Html Css Color HEX #183136 Nordic

📋 copy color: '#183136'

red 24 ◦ green 49 ◦ blue 54

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

Shades of Nordic #183136

Tints of Nordic #183136

RGB

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

 GREEN value IS 49 (19.53% from 255) = 38.58%

 BLUE value IS 54 (21.48% from 255) = 42.52%

R = 18.9%
G = 38.58%
B = 42.52%

CMYK

 C value IS 0.56

 M value IS 0.09

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#183136 (or 0x183136) is known color: Nordic. HEX triplet: 18, 31 and 36. RGB value is (24,49,54). Sum of RGB (Red+Green+Blue) = 24+49+54=127 (16% of max value = 765). Red value is 24 (9.77% from 255 or 18.90% from 127); Green value is 49 (19.53% from 255 or 38.58% from 127); Blue value is 54 (21.48% from 255 or 42.52% from 127); Max value from RGB is 54 - color contains mainly: blue. Hex color #183136 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183136 is #E7CEC9. Grayscale: #2A2A2A. Windows color (decimal): -15191754 or 3551512. OLE color: 3551512.

HSL color Cylindrical-coordinate representation of color #183136: hue angle of 190º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #183136 is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 24 49 54 -
CMYK 0.56 0.09 0 0.79
HSL 190º 0.38% 0.15% -
HSV(B) 190º 0.56% 0.21% -
XYZ 2.14 2.66 3.89 -
YUV 42.1 134.72 115.09 -
System Red Green Blue C M Y K H S L
Decimal 24 49 54 0.56 0.09 0 0.79 190 0.38 0.15
Hex 18 31 36 38 9 0 4F BE 26 F
Octal 30 61 66 70 11 0 117 276 46 17
Binary 11000 110001 110110 111000 1001 0 1001111 10111110 100110 1111

Color Harmonies of #183136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183136

Black with #183136

Text Example


Text Example

White with #183136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183136; }

 p { color: rgb(24,49,54); }

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

background-color css

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

 a { background-color: rgb(24,49,54); }

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

border-color css

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

 span { border-color: rgb(24,49,54); }

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