Html Css Color HEX #182836 Tangaroa

📋 copy color: '#182836'

red 24 ◦ green 40 ◦ blue 54

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

Shades of Tangaroa #182836

Tints of Tangaroa #182836

RGB

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

 GREEN value IS 40 (16.02% from 255) = 33.9%

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

R = 20.34%
G = 33.9%
B = 45.76%

CMYK

 C value IS 0.56

 M value IS 0.26

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#182836 (or 0x182836) is known color: Tangaroa. HEX triplet: 18, 28 and 36. RGB value is (24,40,54). Sum of RGB (Red+Green+Blue) = 24+40+54=118 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.34% from 118); Green value is 40 (16.02% from 255 or 33.90% from 118); Blue value is 54 (21.48% from 255 or 45.76% from 118); Max value from RGB is 54 - color contains mainly: blue. Hex color #182836 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182836 is #E7D7C9. Grayscale: #242424. Windows color (decimal): -15194058 or 3549208. OLE color: 3549208.

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

Color convert

RGB 24 40 54 -
CMYK 0.56 0.26 0 0.79
HSL 208º 0.38% 0.15% -
HSV(B) 208º 0.56% 0.21% -
XYZ 1.8 1.98 3.78 -
YUV 36.81 137.7 118.86 -
System Red Green Blue C M Y K H S L
Decimal 24 40 54 0.56 0.26 0 0.79 208 0.38 0.15
Hex 18 28 36 38 1A 0 4F D0 26 F
Octal 30 50 66 70 32 0 117 320 46 17
Binary 11000 101000 110110 111000 11010 0 1001111 11010000 100110 1111

Color Harmonies of #182836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182836

Black with #182836

Text Example


Text Example

White with #182836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182836; }

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

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

background-color css

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

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

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

border-color css

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

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

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