Html Css Color HEX #183037 Nordic

📋 copy color: '#183037'

red 24 ◦ green 48 ◦ blue 55

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

Shades of Nordic #183037

Tints of Nordic #183037

RGB

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

 GREEN value IS 48 (19.14% from 255) = 37.8%

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

R = 18.9%
G = 37.8%
B = 43.31%

CMYK

 C value IS 0.56

 M value IS 0.13

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#183037 (or 0x183037) is known color: Nordic. HEX triplet: 18, 30 and 37. RGB value is (24,48,55). Sum of RGB (Red+Green+Blue) = 24+48+55=127 (16% of max value = 765). Red value is 24 (9.77% from 255 or 18.90% from 127); Green value is 48 (19.14% from 255 or 37.80% from 127); Blue value is 55 (21.88% from 255 or 43.31% from 127); Max value from RGB is 55 - color contains mainly: blue. Hex color #183037 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183037 is #E7CFC8. Grayscale: #292929. Windows color (decimal): -15192009 or 3616792. OLE color: 3616792.

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

Color convert

RGB 24 48 55 -
CMYK 0.56 0.13 0 0.78
HSL 193.55º 0.39% 0.15% -
HSV(B) 193.55º 0.56% 0.22% -
XYZ 2.12 2.58 4 -
YUV 41.62 135.55 115.43 -
System Red Green Blue C M Y K H S L
Decimal 24 48 55 0.56 0.13 0 0.78 193.55 0.39 0.15
Hex 18 30 37 38 D 0 4E C2 27 F
Octal 30 60 67 70 15 0 116 302 47 17
Binary 11000 110000 110111 111000 1101 0 1001110 11000010 100111 1111

Color Harmonies of #183037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183037

Black with #183037

Text Example


Text Example

White with #183037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183037; }

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

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

background-color css

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

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

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

border-color css

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

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

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