#34001A

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

Shades of Blackberry #34001A

Tints of Blackberry #34001A

Color information

#34001A (or 0x34001A) is unknown color: approx Blackberry. HEX triplet: 34, 00 and 1A. RGB value is (52,0,26). Sum of RGB (Red+Green+Blue) = 52+0+26=78 (10% of max value = 765). Red value is 52 (20.70% from 255 or 66.67% from 78); Green value is 0 (0.39% from 255 or 0% from 78); Blue value is 26 (10.55% from 255 or 33.33% from 78); Max value from RGB is 52 - color contains mainly: red. Hex color #34001A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34001A is #CBFFE5. Grayscale: #121212. Windows color (decimal): -13369318 or 1703988. OLE color: 1703988.

HSL color Cylindrical-coordinate representation of color #34001A: hue angle of 330º 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 #34001A is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.80.

Color convert

RGB52026-
CMYK010.500.80
HSL330º100%10.2%-
HSV(B)330º100%20.39%-
XYZ1.60.81.05-
YUV18.51132.23151.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 66.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 26 (10.55% from 255) = 33.33%
R=66.67%
G=0%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.50
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52026010.500.8033010010.2
Hex3401A064325014a64a
Octal6403201446212051214412
Binary11010001101001100100110010101000010100101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34001A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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