Html Css Color HEX #24313A Tangaroa

📋 copy color: '#24313A'

red 36 ◦ green 49 ◦ blue 58

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

Shades of Tangaroa #24313A

Tints of Tangaroa #24313A

RGB

 RED value IS 36 (14.45% from 255) = 25.17%

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

 BLUE value IS 58 (23.05% from 255) = 40.56%

R = 25.17%
G = 34.27%
B = 40.56%

CMYK

 C value IS 0.38

 M value IS 0.16

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#24313A (or 0x24313A) is known color: Tangaroa. HEX triplet: 24, 31 and 3A. RGB value is (36,49,58). Sum of RGB (Red+Green+Blue) = 36+49+58=143 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.17% from 143); Green value is 49 (19.53% from 255 or 34.27% from 143); Blue value is 58 (23.05% from 255 or 40.56% from 143); Max value from RGB is 58 - color contains mainly: blue. Hex color #24313A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24313A is #DBCEC5. Grayscale: #2E2E2E. Windows color (decimal): -14405318 or 3813668. OLE color: 3813668.

HSL color Cylindrical-coordinate representation of color #24313A: hue angle of 204.55º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #24313A is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 36 49 58 -
CMYK 0.38 0.16 0 0.77
HSL 204.55º 0.23% 0.18% -
HSV(B) 204.55º 0.38% 0.23% -
XYZ 2.59 2.88 4.42 -
YUV 46.14 134.69 120.77 -
System Red Green Blue C M Y K H S L
Decimal 36 49 58 0.38 0.16 0 0.77 204.55 0.23 0.18
Hex 24 31 3A 26 10 0 4D CD 17 12
Octal 44 61 72 46 20 0 115 315 27 22
Binary 100100 110001 111010 100110 10000 0 1001101 11001101 10111 10010

Color Harmonies of #24313A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24313A

Black with #24313A

Text Example


Text Example

White with #24313A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24313A; }

 p { color: rgb(36,49,58); }

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

background-color css

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

 a { background-color: rgb(36,49,58); }

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

border-color css

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

 span { border-color: rgb(36,49,58); }

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