Html Css Color HEX #183337 Nordic

📋 copy color: '#183337'

red 24 ◦ green 51 ◦ blue 55

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

Shades of Nordic #183337

Tints of Nordic #183337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 42.31%

R = 18.46%
G = 39.23%
B = 42.31%

CMYK

 C value IS 0.56

 M value IS 0.07

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#183337 (or 0x183337) is known color: Nordic. HEX triplet: 18, 33 and 37. RGB value is (24,51,55). Sum of RGB (Red+Green+Blue) = 24+51+55=130 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.46% from 130); Green value is 51 (20.31% from 255 or 39.23% from 130); Blue value is 55 (21.88% from 255 or 42.31% from 130); Max value from RGB is 55 - color contains mainly: blue. Hex color #183337 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183337 is #E7CCC8. Grayscale: #2B2B2B. Windows color (decimal): -15191241 or 3617560. OLE color: 3617560.

HSL color Cylindrical-coordinate representation of color #183337: hue angle of 187.74º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #183337 is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 24 51 55 -
CMYK 0.56 0.07 0 0.78
HSL 187.74º 0.39% 0.15% -
HSV(B) 187.74º 0.56% 0.22% -
XYZ 2.25 2.84 4.04 -
YUV 43.38 134.55 114.17 -
System Red Green Blue C M Y K H S L
Decimal 24 51 55 0.56 0.07 0 0.78 187.74 0.39 0.15
Hex 18 33 37 38 7 0 4E BC 27 F
Octal 30 63 67 70 7 0 116 274 47 17
Binary 11000 110011 110111 111000 111 0 1001110 10111100 100111 1111

Color Harmonies of #183337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183337

Black with #183337

Text Example


Text Example

White with #183337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183337; }

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

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

background-color css

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

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

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

border-color css

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

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

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