#402324

Color #402324 Bulgarian Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bulgarian Rose #402324

Tints of Bulgarian Rose #402324

Color information

#402324 (or 0x402324) is unknown color: approx Bulgarian Rose. HEX triplet: 40, 23 and 24. RGB value is (64,35,36). Sum of RGB (Red+Green+Blue) = 64+35+36=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 35 (14.06% from 255 or 25.93% from 135); Blue value is 36 (14.45% from 255 or 26.67% from 135); Max value from RGB is 64 - color contains mainly: red. Hex color #402324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402324 is #BFDCDB. Grayscale: #2B2B2B. Windows color (decimal): -12573916 or 2368320. OLE color: 2368320.

HSL color Cylindrical-coordinate representation of color #402324: hue angle of 357.93º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #402324 is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.75.

Color convert

RGB643536-
CMYK00.450.440.75
HSL357.93º29.29%19.41%-
HSV(B)357.93º45.31%25.1%-
XYZ3.032.421.98-
YUV43.78123.61142.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.41%
GREEN value IS 35 (14.06% from 255) = 25.93%
BLUE value IS 36 (14.45% from 255) = 26.67%
R=47.41%
G=25.93%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64353600.450.440.75357.9329.2919.41
Hex40232402D2C4B1661d13
Octal1004344055541135463523
Binary1000000100011100100010110110110010010111011001101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402324; }

 p { color: rgb(64,35,36); }

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

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

 a { background-color: rgb(64,35,36); }

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

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

 span { border-color: rgb(64,35,36); }

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