#430B22

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

Shades of Blackberry #430B22

Tints of Blackberry #430B22

Color information

#430B22 (or 0x430B22) is unknown color: approx Blackberry. HEX triplet: 43, 0B and 22. RGB value is (67,11,34). Sum of RGB (Red+Green+Blue) = 67+11+34=112 (14% of max value = 765). Red value is 67 (26.56% from 255 or 59.82% from 112); Green value is 11 (4.69% from 255 or 9.82% from 112); Blue value is 34 (13.67% from 255 or 30.36% from 112); Max value from RGB is 67 - color contains mainly: red. Hex color #430B22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430B22 is #BCF4DD. Grayscale: #1E1E1E. Windows color (decimal): -12383454 or 2231107. OLE color: 2231107.

HSL color Cylindrical-coordinate representation of color #430B22: hue angle of 335.36º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #430B22 is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.74.

Color convert

RGB671134-
CMYK00.840.490.74
HSL335.36º71.79%15.29%-
HSV(B)335.36º83.58%26.27%-
XYZ2.721.551.67-
YUV30.37130.05154.13-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 59.82%
GREEN value IS 11 (4.69% from 255) = 9.82%
BLUE value IS 34 (13.67% from 255) = 30.36%
R=59.82%
G=9.82%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.49
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67113400.840.490.74335.3671.7915.29
Hex43B22054314A14f48f
Octal103134201246111251711017
Binary1000011101110001001010100110001100101010100111110010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430B22; }

 p { color: rgb(67,11,34); }

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

<style>
 a { background-color: #430B22; }

 a { background-color: rgb(67,11,34); }

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

<style>
 span { border-color: #430B22; }

 span { border-color: rgb(67,11,34); }

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