Html Css Color HEX #183237 Nordic

📋 copy color: '#183237'

red 24 ◦ green 50 ◦ blue 55

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

Shades of Nordic #183237

Tints of Nordic #183237

RGB

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

 GREEN value IS 50 (19.92% from 255) = 38.76%

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

R = 18.6%
G = 38.76%
B = 42.64%

CMYK

 C value IS 0.56

 M value IS 0.09

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#183237 (or 0x183237) is known color: Nordic. HEX triplet: 18, 32 and 37. RGB value is (24,50,55). Sum of RGB (Red+Green+Blue) = 24+50+55=129 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.60% from 129); Green value is 50 (19.92% from 255 or 38.76% from 129); Blue value is 55 (21.88% from 255 or 42.64% from 129); Max value from RGB is 55 - color contains mainly: blue. Hex color #183237 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183237 is #E7CDC8. Grayscale: #2A2A2A. Windows color (decimal): -15191497 or 3617304. OLE color: 3617304.

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

Color convert

RGB 24 50 55 -
CMYK 0.56 0.09 0 0.78
HSL 189.68º 0.39% 0.15% -
HSV(B) 189.68º 0.56% 0.22% -
XYZ 2.21 2.75 4.03 -
YUV 42.8 134.89 114.59 -
System Red Green Blue C M Y K H S L
Decimal 24 50 55 0.56 0.09 0 0.78 189.68 0.39 0.15
Hex 18 32 37 38 9 0 4E BE 27 F
Octal 30 62 67 70 11 0 116 276 47 17
Binary 11000 110010 110111 111000 1001 0 1001110 10111110 100111 1111

Color Harmonies of #183237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183237

Black with #183237

Text Example


Text Example

White with #183237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183237; }

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

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

background-color css

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

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

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

border-color css

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

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

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