#42061C

Color #42061C Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #42061C

Tints of Blackberry #42061C

Color information

#42061C (or 0x42061C) is unknown color: approx Blackberry. HEX triplet: 42, 06 and 1C. RGB value is (66,6,28). Sum of RGB (Red+Green+Blue) = 66+6+28=100 (13% of max value = 765). Red value is 66 (26.17% from 255 or 66% from 100); Green value is 6 (2.73% from 255 or 6% from 100); Blue value is 28 (11.33% from 255 or 28% from 100); Max value from RGB is 66 - color contains mainly: red. Hex color #42061C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42061C is #BDF9E3. Grayscale: #1A1A1A. Windows color (decimal): -12450276 or 1836610. OLE color: 1836610.

HSL color Cylindrical-coordinate representation of color #42061C: hue angle of 338º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #42061C is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.74.

Color convert

RGB66628-
CMYK00.910.580.74
HSL338º83.33%14.12%-
HSV(B)338º90.91%25.88%-
XYZ2.521.371.23-
YUV26.45128.88156.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 66%
GREEN value IS 6 (2.73% from 255) = 6%
BLUE value IS 28 (11.33% from 255) = 28%
R=66%
G=6%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.58
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6662800.910.580.7433883.3314.12
Hex4261C05B3A4A15253e
Octal10263401337211252212316
Binary10000101101110001011011111010100101010101001010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42061C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42061C; }

 p { color: rgb(66,6,28); }

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

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

 a { background-color: rgb(66,6,28); }

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

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

 span { border-color: rgb(66,6,28); }

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