Html Css Color HEX #183339 Nordic

📋 copy color: '#183339'

red 24 ◦ green 51 ◦ blue 57

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

Shades of Nordic #183339

Tints of Nordic #183339

RGB

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

 GREEN value IS 51 (20.31% from 255) = 38.64%

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

R = 18.18%
G = 38.64%
B = 43.18%

CMYK

 C value IS 0.58

 M value IS 0.11

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#183339 (or 0x183339) is known color: Nordic. HEX triplet: 18, 33 and 39. RGB value is (24,51,57). Sum of RGB (Red+Green+Blue) = 24+51+57=132 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.18% from 132); Green value is 51 (20.31% from 255 or 38.64% from 132); Blue value is 57 (22.66% from 255 or 43.18% from 132); Max value from RGB is 57 - color contains mainly: blue. Hex color #183339 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183339 is #E7CCC6. Grayscale: #2B2B2B. Windows color (decimal): -15191239 or 3748632. OLE color: 3748632.

HSL color Cylindrical-coordinate representation of color #183339: hue angle of 190.91º 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 #183339 is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 24 51 57 -
CMYK 0.58 0.11 0 0.78
HSL 190.91º 0.41% 0.16% -
HSV(B) 190.91º 0.58% 0.22% -
XYZ 2.3 2.86 4.3 -
YUV 43.61 135.55 114.01 -
System Red Green Blue C M Y K H S L
Decimal 24 51 57 0.58 0.11 0 0.78 190.91 0.41 0.16
Hex 18 33 39 3A B 0 4E BF 29 10
Octal 30 63 71 72 13 0 116 277 51 20
Binary 11000 110011 111001 111010 1011 0 1001110 10111111 101001 10000

Color Harmonies of #183339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183339

Black with #183339

Text Example


Text Example

White with #183339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183339; }

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

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

background-color css

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

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

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

border-color css

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

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

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