#430A25

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

Shades of Blackberry #430A25

Tints of Blackberry #430A25

Color information

#430A25 (or 0x430A25) is unknown color: approx Blackberry. HEX triplet: 43, 0A and 25. RGB value is (67,10,37). Sum of RGB (Red+Green+Blue) = 67+10+37=114 (15% of max value = 765). Red value is 67 (26.56% from 255 or 58.77% from 114); Green value is 10 (4.30% from 255 or 8.77% from 114); Blue value is 37 (14.84% from 255 or 32.46% from 114); Max value from RGB is 67 - color contains mainly: red. Hex color #430A25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430A25 is #BCF5DA. Grayscale: #1E1E1E. Windows color (decimal): -12383707 or 2427459. OLE color: 2427459.

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

Color convert

RGB671037-
CMYK00.850.450.74
HSL331.58º74.03%15.1%-
HSV(B)331.58º85.07%26.27%-
XYZ2.761.541.9-
YUV30.12131.88154.3-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 58.77%
GREEN value IS 10 (4.30% from 255) = 8.77%
BLUE value IS 37 (14.84% from 255) = 32.46%
R=58.77%
G=8.77%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.45
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67103700.850.450.74331.5874.0315.1
Hex43A250552D4A14c4af
Octal103124501255511251411217
Binary1000011101010010101010101101101100101010100110010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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