#43001D

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

Shades of Blackberry #43001D

Tints of Blackberry #43001D

Color information

#43001D (or 0x43001D) is unknown color: approx Blackberry. HEX triplet: 43, 00 and 1D. RGB value is (67,0,29). Sum of RGB (Red+Green+Blue) = 67+0+29=96 (12% of max value = 765). Red value is 67 (26.56% from 255 or 69.79% from 96); Green value is 0 (0.39% from 255 or 0% from 96); Blue value is 29 (11.72% from 255 or 30.21% from 96); Max value from RGB is 67 - color contains mainly: red. Hex color #43001D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43001D is #BCFFE2. Grayscale: #171717. Windows color (decimal): -12386275 or 1900611. OLE color: 1900611.

HSL color Cylindrical-coordinate representation of color #43001D: hue angle of 334.03º 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 #43001D is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.74.

Color convert

RGB67029-
CMYK010.570.74
HSL334.03º100%13.14%-
HSV(B)334.03º100%26.27%-
XYZ2.541.281.28-
YUV23.34131.2159.14-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 69.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 29 (11.72% from 255) = 30.21%
R=69.79%
G=0%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.57
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67029010.570.74334.0310013.14
Hex4301D064394A14e64d
Octal10303501447111251614415
Binary100001101110101100100111001100101010100111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43001D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43001D; }

 p { color: rgb(67,0,29); }

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

<style>
 a { background-color: #43001D; }

 a { background-color: rgb(67,0,29); }

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

<style>
 span { border-color: #43001D; }

 span { border-color: rgb(67,0,29); }

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