#24324B

Color #24324B Bunting (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bunting #24324B

Tints of Bunting #24324B

Color information

#24324B (or 0x24324B) is unknown color: approx Bunting. HEX triplet: 24, 32 and 4B. RGB value is (36,50,75). Sum of RGB (Red+Green+Blue) = 36+50+75=161 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.36% from 161); Green value is 50 (19.92% from 255 or 31.06% from 161); Blue value is 75 (29.69% from 255 or 46.58% from 161); Max value from RGB is 75 - color contains mainly: blue. Hex color #24324B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24324B is #DBCDB4. Grayscale: #303030. Windows color (decimal): -14405045 or 4928036. OLE color: 4928036.

HSL color Cylindrical-coordinate representation of color #24324B: hue angle of 218.46º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #24324B is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB365075-
CMYK0.520.3300.71
HSL218.46º35.14%21.76%-
HSV(B)218.46º52%29.41%-
XYZ3.143.167.1-
YUV48.66142.86118.97-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.36%
GREEN value IS 50 (19.92% from 255) = 31.06%
BLUE value IS 75 (29.69% from 255) = 46.58%
R=22.36%
G=31.06%
B=46.58%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3650750.520.3300.71218.4635.1421.76
Hex24324B3421047da2316
Octal4462113644101073324326
Binary1001001100101001011110100100001010001111101101010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24324B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24324B; }

 p { color: rgb(36,50,75); }

 H1.HeaderClassName
 {
   color: #24324B;
 }
 .AnyTagClassName
 {
   color: #24324B;
 }
</style>
background-color css

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

 a { background-color: rgb(36,50,75); }

 div.DivClassName
 {
   background-color: #24324B;
 }
 .BgClassName
 {
   background-color: #24324B;
 }
</style>
border-color css

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

 span { border-color: rgb(36,50,75); }

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