Html Css Color HEX #24314D Bunting

📋 copy color: '#24314D'

red 36 ◦ green 49 ◦ blue 77

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

Shades of Bunting #24314D

Tints of Bunting #24314D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 47.53%

R = 22.22%
G = 30.25%
B = 47.53%

CMYK

 C value IS 0.53

 M value IS 0.36

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#24314D (or 0x24314D) is known color: Bunting. HEX triplet: 24, 31 and 4D. RGB value is (36,49,77). Sum of RGB (Red+Green+Blue) = 36+49+77=162 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.22% from 162); Green value is 49 (19.53% from 255 or 30.25% from 162); Blue value is 77 (30.47% from 255 or 47.53% from 162); Max value from RGB is 77 - color contains mainly: blue. Hex color #24314D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24314D is #DBCEB2. Grayscale: #303030. Windows color (decimal): -14405299 or 5058852. OLE color: 5058852.

HSL color Cylindrical-coordinate representation of color #24314D: hue angle of 220.98º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #24314D is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 36 49 77 -
CMYK 0.53 0.36 0 0.70
HSL 220.98º 0.36% 0.22% -
HSV(B) 220.98º 0.53% 0.3% -
XYZ 3.17 3.11 7.45 -
YUV 48.31 144.19 119.22 -
System Red Green Blue C M Y K H S L
Decimal 36 49 77 0.53 0.36 0 0.70 220.98 0.36 0.22
Hex 24 31 4D 35 24 0 46 DD 24 16
Octal 44 61 115 65 44 0 106 335 44 26
Binary 100100 110001 1001101 110101 100100 0 1000110 11011101 100100 10110

Color Harmonies of #24314D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24314D

Black with #24314D

Text Example


Text Example

White with #24314D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24314D; }

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

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

background-color css

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

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

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

border-color css

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

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

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