Html Css Color HEX #183439 Nordic

📋 copy color: '#183439'

red 24 ◦ green 52 ◦ blue 57

#183439
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #183439

Tints of Nordic #183439

RGB

 RED value IS 24 (9.77% from 255) = 18.05%

 GREEN value IS 52 (20.7% from 255) = 39.1%

 BLUE value IS 57 (22.66% from 255) = 42.86%

R = 18.05%
G = 39.1%
B = 42.86%

CMYK

 C value IS 0.58

 M value IS 0.09

 Y value IS 0

 K value IS 0.78

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#183439 (or 0x183439) is known color: Nordic. HEX triplet: 18, 34 and 39. RGB value is (24,52,57). Sum of RGB (Red+Green+Blue) = 24+52+57=133 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.05% from 133); Green value is 52 (20.70% from 255 or 39.10% from 133); Blue value is 57 (22.66% from 255 or 42.86% from 133); Max value from RGB is 57 - color contains mainly: blue. Hex color #183439 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183439 is #E7CBC6. Grayscale: #2C2C2C. Windows color (decimal): -15190983 or 3748888. OLE color: 3748888.

HSL color Cylindrical-coordinate representation of color #183439: hue angle of 189.09º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #183439 is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 24 52 57 -
CMYK 0.58 0.09 0 0.78
HSL 189.09º 0.41% 0.16% -
HSV(B) 189.09º 0.58% 0.22% -
XYZ 2.34 2.95 4.32 -
YUV 44.2 135.22 113.59 -
System Red Green Blue C M Y K H S L
Decimal 24 52 57 0.58 0.09 0 0.78 189.09 0.41 0.16
Hex 18 34 39 3A 9 0 4E BD 29 10
Octal 30 64 71 72 11 0 116 275 51 20
Binary 11000 110100 111001 111010 1001 0 1001110 10111101 101001 10000

Color Harmonies of #183439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183439

Black with #183439

Text Example


Text Example

White with #183439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183439; }

 p { color: rgb(24,52,57); }

 H1.HeaderClassName
 {
   color: #183439;
 }
 .AnyTagClassName
 {
   color: #183439;
 }
</style>

background-color css

<style>
 a { background-color: #183439; }

 a { background-color: rgb(24,52,57); }

 div.DivClassName
 {
   background-color: #183439;
 }
 .BgClassName
 {
   background-color: #183439;
 }
</style>

border-color css

<style>
 span { border-color: #183439; }

 span { border-color: rgb(24,52,57); }

 td.TdClassName
 {
   border-color: #183439;
 }
 .TagClassName
 {
   border-color: #183439;
 }
</style>