#42262A

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

Shades of Bulgarian Rose #42262A

Tints of Bulgarian Rose #42262A

Color information

#42262A (or 0x42262A) is unknown color: approx Bulgarian Rose. HEX triplet: 42, 26 and 2A. RGB value is (66,38,42). Sum of RGB (Red+Green+Blue) = 66+38+42=146 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.21% from 146); Green value is 38 (15.23% from 255 or 26.03% from 146); Blue value is 42 (16.80% from 255 or 28.77% from 146); Max value from RGB is 66 - color contains mainly: red. Hex color #42262A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42262A is #BDD9D5. Grayscale: #2E2E2E. Windows color (decimal): -12442070 or 2762306. OLE color: 2762306.

HSL color Cylindrical-coordinate representation of color #42262A: hue angle of 351.43º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #42262A is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.74.

Color convert

RGB663842-
CMYK00.420.360.74
HSL351.43º26.92%20.39%-
HSV(B)351.43º42.42%25.88%-
XYZ3.362.712.54-
YUV46.83125.28141.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 45.21%
GREEN value IS 38 (15.23% from 255) = 26.03%
BLUE value IS 42 (16.80% from 255) = 28.77%
R=45.21%
G=26.03%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66384200.420.360.74351.4326.9220.39
Hex42262A02A244A15f1b14
Octal1024652052441125373324
Binary1000010100110101010010101010010010010101010111111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42262A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,38,42); }

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

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

 a { background-color: rgb(66,38,42); }

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

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

 span { border-color: rgb(66,38,42); }

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