#43002A

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

Shades of Blackberry #43002A

Tints of Blackberry #43002A

Color information

#43002A (or 0x43002A) is unknown color: approx Blackberry. HEX triplet: 43, 00 and 2A. RGB value is (67,0,42). Sum of RGB (Red+Green+Blue) = 67+0+42=109 (14% of max value = 765). Red value is 67 (26.56% from 255 or 61.47% from 109); Green value is 0 (0.39% from 255 or 0% from 109); Blue value is 42 (16.80% from 255 or 38.53% from 109); Max value from RGB is 67 - color contains mainly: red. Hex color #43002A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43002A is #BCFFD5. Grayscale: #181818. Windows color (decimal): -12386262 or 2752579. OLE color: 2752579.

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

Color convert

RGB67042-
CMYK010.370.74
HSL322.39º100%13.14%-
HSV(B)322.39º100%26.27%-
XYZ2.731.362.31-
YUV24.82137.7158.08-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 61.47%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 42 (16.80% from 255) = 38.53%
R=61.47%
G=0%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.37
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67042010.370.74322.3910013.14
Hex4302A064254A14264d
Octal10305201444511250214415
Binary1000011010101001100100100101100101010100001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43002A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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