#430B23

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

Shades of Blackberry #430B23

Tints of Blackberry #430B23

Color information

#430B23 (or 0x430B23) is unknown color: approx Blackberry. HEX triplet: 43, 0B and 23. RGB value is (67,11,35). Sum of RGB (Red+Green+Blue) = 67+11+35=113 (14% of max value = 765). Red value is 67 (26.56% from 255 or 59.29% from 113); Green value is 11 (4.69% from 255 or 9.73% from 113); Blue value is 35 (14.06% from 255 or 30.97% from 113); Max value from RGB is 67 - color contains mainly: red. Hex color #430B23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430B23 is #BCF4DC. Grayscale: #1E1E1E. Windows color (decimal): -12383453 or 2296643. OLE color: 2296643.

HSL color Cylindrical-coordinate representation of color #430B23: hue angle of 334.29º 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 #430B23 is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.74.

Color convert

RGB671135-
CMYK00.840.480.74
HSL334.29º71.79%15.29%-
HSV(B)334.29º83.58%26.27%-
XYZ2.741.551.75-
YUV30.48130.55154.05-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 59.29%
GREEN value IS 11 (4.69% from 255) = 9.73%
BLUE value IS 35 (14.06% from 255) = 30.97%
R=59.29%
G=9.73%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.48
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67113500.840.480.74334.2971.7915.29
Hex43B23054304A14e48f
Octal103134301246011251611017
Binary1000011101110001101010100110000100101010100111010010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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