#42282B

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

Shades of Bulgarian Rose #42282B

Tints of Bulgarian Rose #42282B

Color information

#42282B (or 0x42282B) is unknown color: approx Bulgarian Rose. HEX triplet: 42, 28 and 2B. RGB value is (66,40,43). Sum of RGB (Red+Green+Blue) = 66+40+43=149 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.30% from 149); Green value is 40 (16.02% from 255 or 26.85% from 149); Blue value is 43 (17.19% from 255 or 28.86% from 149); Max value from RGB is 66 - color contains mainly: red. Hex color #42282B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42282B is #BDD7D4. Grayscale: #303030. Windows color (decimal): -12441557 or 2828354. OLE color: 2828354.

HSL color Cylindrical-coordinate representation of color #42282B: hue angle of 353.08º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #42282B is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.74.

Color convert

RGB664043-
CMYK00.390.350.74
HSL353.08º24.53%20.78%-
HSV(B)353.08º39.39%25.88%-
XYZ3.442.852.65-
YUV48.12125.11140.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44.30%
GREEN value IS 40 (16.02% from 255) = 26.85%
BLUE value IS 43 (17.19% from 255) = 28.86%
R=44.30%
G=26.85%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66404300.390.350.74353.0824.5320.78
Hex42282B027234A1611915
Octal1025053047431125413125
Binary1000010101000101011010011110001110010101011000011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42282B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,40,43); }

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

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

 a { background-color: rgb(66,40,43); }

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

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

 span { border-color: rgb(66,40,43); }

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