#43042A

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

Shades of Blackberry #43042A

Tints of Blackberry #43042A

Color information

#43042A (or 0x43042A) is unknown color: approx Blackberry. HEX triplet: 43, 04 and 2A. RGB value is (67,4,42). Sum of RGB (Red+Green+Blue) = 67+4+42=113 (14% of max value = 765). Red value is 67 (26.56% from 255 or 59.29% from 113); Green value is 4 (1.95% from 255 or 3.54% from 113); Blue value is 42 (16.80% from 255 or 37.17% from 113); Max value from RGB is 67 - color contains mainly: red. Hex color #43042A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43042A is #BCFBD5. Grayscale: #1B1B1B. Windows color (decimal): -12385238 or 2753603. OLE color: 2753603.

HSL color Cylindrical-coordinate representation of color #43042A: hue angle of 323.81º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #43042A is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.74.

Color convert

RGB67442-
CMYK00.940.370.74
HSL323.81º88.73%13.92%-
HSV(B)323.81º94.03%26.27%-
XYZ2.781.452.32-
YUV27.17136.37156.41-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 59.29%
GREEN value IS 4 (1.95% from 255) = 3.54%
BLUE value IS 42 (16.80% from 255) = 37.17%
R=59.29%
G=3.54%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.37
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6744200.940.370.74323.8188.7313.92
Hex4342A05E254A14459e
Octal10345201364511250413116
Binary100001110010101001011110100101100101010100010010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43042A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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