#43001E

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

Shades of Blackberry #43001E

Tints of Blackberry #43001E

Color information

#43001E (or 0x43001E) is unknown color: approx Blackberry. HEX triplet: 43, 00 and 1E. RGB value is (67,0,30). Sum of RGB (Red+Green+Blue) = 67+0+30=97 (12% of max value = 765). Red value is 67 (26.56% from 255 or 69.07% from 97); Green value is 0 (0.39% from 255 or 0% from 97); Blue value is 30 (12.11% from 255 or 30.93% from 97); Max value from RGB is 67 - color contains mainly: red. Hex color #43001E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43001E is #BCFFE1. Grayscale: #171717. Windows color (decimal): -12386274 or 1966147. OLE color: 1966147.

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

Color convert

RGB67030-
CMYK010.550.74
HSL333.13º100%13.14%-
HSV(B)333.13º100%26.27%-
XYZ2.551.291.34-
YUV23.45131.7159.06-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 69.07%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 30 (12.11% from 255) = 30.93%
R=69.07%
G=0%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.55
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67030010.550.74333.1310013.14
Hex4301E064374A14d64d
Octal10303601446711251514415
Binary100001101111001100100110111100101010100110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43001E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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