#42001F

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

Shades of Blackberry #42001F

Tints of Blackberry #42001F

Color information

#42001F (or 0x42001F) is unknown color: approx Blackberry. HEX triplet: 42, 00 and 1F. RGB value is (66,0,31). Sum of RGB (Red+Green+Blue) = 66+0+31=97 (12% of max value = 765). Red value is 66 (26.17% from 255 or 68.04% from 97); Green value is 0 (0.39% from 255 or 0% from 97); Blue value is 31 (12.5% from 255 or 31.96% from 97); Max value from RGB is 66 - color contains mainly: red. Hex color #42001F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42001F is #BDFFE0. Grayscale: #171717. Windows color (decimal): -12451809 or 2031682. OLE color: 2031682.

HSL color Cylindrical-coordinate representation of color #42001F: hue angle of 331.82º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #42001F is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.74.

Color convert

RGB66031-
CMYK010.530.74
HSL331.82º100%12.94%-
HSV(B)331.82º100%25.88%-
XYZ2.491.261.41-
YUV23.27132.37158.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 68.04%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 31 (12.5% from 255) = 31.96%
R=68.04%
G=0%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.53
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66031010.530.74331.8210012.94
Hex4201F064354A14c64d
Octal10203701446511251414415
Binary100001001111101100100110101100101010100110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42001F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42001F; }

 p { color: rgb(66,0,31); }

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

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

 a { background-color: rgb(66,0,31); }

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

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

 span { border-color: rgb(66,0,31); }

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