#43041D

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

Shades of Blackberry #43041D

Tints of Blackberry #43041D

Color information

#43041D (or 0x43041D) is unknown color: approx Blackberry. HEX triplet: 43, 04 and 1D. RGB value is (67,4,29). Sum of RGB (Red+Green+Blue) = 67+4+29=100 (13% of max value = 765). Red value is 67 (26.56% from 255 or 67% from 100); Green value is 4 (1.95% from 255 or 4% from 100); Blue value is 29 (11.72% from 255 or 29% from 100); Max value from RGB is 67 - color contains mainly: red. Hex color #43041D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43041D is #BCFBE2. Grayscale: #191919. Windows color (decimal): -12385251 or 1901635. OLE color: 1901635.

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

Color convert

RGB67429-
CMYK00.940.570.74
HSL336.19º88.73%13.92%-
HSV(B)336.19º94.03%26.27%-
XYZ2.581.371.29-
YUV25.69129.87157.47-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 67%
GREEN value IS 4 (1.95% from 255) = 4%
BLUE value IS 29 (11.72% from 255) = 29%
R=67%
G=4%
B=29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.57
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6742900.940.570.74336.1988.7313.92
Hex4341D05E394A15059e
Octal10343501367111252013116
Binary10000111001110101011110111001100101010101000010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43041D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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