#430B25

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

Shades of Blackberry #430B25

Tints of Blackberry #430B25

Color information

#430B25 (or 0x430B25) is unknown color: approx Blackberry. HEX triplet: 43, 0B and 25. RGB value is (67,11,37). Sum of RGB (Red+Green+Blue) = 67+11+37=115 (15% of max value = 765). Red value is 67 (26.56% from 255 or 58.26% from 115); Green value is 11 (4.69% from 255 or 9.57% from 115); Blue value is 37 (14.84% from 255 or 32.17% from 115); Max value from RGB is 67 - color contains mainly: red. Hex color #430B25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430B25 is #BCF4DA. Grayscale: #1E1E1E. Windows color (decimal): -12383451 or 2427715. OLE color: 2427715.

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

Color convert

RGB671137-
CMYK00.840.450.74
HSL332.14º71.79%15.29%-
HSV(B)332.14º83.58%26.27%-
XYZ2.771.571.91-
YUV30.71131.55153.89-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 58.26%
GREEN value IS 11 (4.69% from 255) = 9.57%
BLUE value IS 37 (14.84% from 255) = 32.17%
R=58.26%
G=9.57%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.45
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67113700.840.450.74332.1471.7915.29
Hex43B250542D4A14c48f
Octal103134501245511251411017
Binary1000011101110010101010100101101100101010100110010010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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