Html Css Color HEX #183536 Nordic

📋 copy color: '#183536'

red 24 ◦ green 53 ◦ blue 54

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

Shades of Nordic #183536

Tints of Nordic #183536

RGB

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

 GREEN value IS 53 (21.09% from 255) = 40.46%

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

R = 18.32%
G = 40.46%
B = 41.22%

CMYK

 C value IS 0.56

 M value IS 0.02

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#183536 (or 0x183536) is known color: Nordic. HEX triplet: 18, 35 and 36. RGB value is (24,53,54). Sum of RGB (Red+Green+Blue) = 24+53+54=131 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.32% from 131); Green value is 53 (21.09% from 255 or 40.46% from 131); Blue value is 54 (21.48% from 255 or 41.22% from 131); Max value from RGB is 54 - color contains mainly: blue. Hex color #183536 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183536 is #E7CAC9. Grayscale: #2C2C2C. Windows color (decimal): -15190730 or 3552536. OLE color: 3552536.

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

Color convert

RGB 24 53 54 -
CMYK 0.56 0.02 0 0.79
HSL 182º 0.38% 0.15% -
HSV(B) 182º 0.56% 0.21% -
XYZ 2.32 3.01 3.95 -
YUV 44.44 133.39 113.42 -
System Red Green Blue C M Y K H S L
Decimal 24 53 54 0.56 0.02 0 0.79 182 0.38 0.15
Hex 18 35 36 38 2 0 4F B6 26 F
Octal 30 65 66 70 2 0 117 266 46 17
Binary 11000 110101 110110 111000 10 0 1001111 10110110 100110 1111

Color Harmonies of #183536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183536

Black with #183536

Text Example


Text Example

White with #183536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183536; }

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

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

background-color css

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

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

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

border-color css

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

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

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