#34001F

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

Shades of Blackberry #34001F

Tints of Blackberry #34001F

Color information

#34001F (or 0x34001F) is unknown color: approx Blackberry. HEX triplet: 34, 00 and 1F. RGB value is (52,0,31). Sum of RGB (Red+Green+Blue) = 52+0+31=83 (10% of max value = 765). Red value is 52 (20.70% from 255 or 62.65% from 83); Green value is 0 (0.39% from 255 or 0% from 83); Blue value is 31 (12.5% from 255 or 37.35% from 83); Max value from RGB is 52 - color contains mainly: red. Hex color #34001F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34001F is #CBFFE0. Grayscale: #131313. Windows color (decimal): -13369313 or 2031668. OLE color: 2031668.

HSL color Cylindrical-coordinate representation of color #34001F: hue angle of 324.23º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #34001F is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.80.

Color convert

RGB52031-
CMYK010.400.80
HSL324.23º100%10.2%-
HSV(B)324.23º100%20.39%-
XYZ1.660.831.37-
YUV19.08134.73151.48-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 62.65%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 31 (12.5% from 255) = 37.35%
R=62.65%
G=0%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.40
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52031010.400.80324.2310010.2
Hex3401F064285014464a
Octal6403701445012050414412
Binary11010001111101100100101000101000010100010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34001F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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