#430F33

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

Shades of Blackberry #430F33

Tints of Blackberry #430F33

Color information

#430F33 (or 0x430F33) is unknown color: approx Blackberry. HEX triplet: 43, 0F and 33. RGB value is (67,15,51). Sum of RGB (Red+Green+Blue) = 67+15+51=133 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50.38% from 133); Green value is 15 (6.25% from 255 or 11.28% from 133); Blue value is 51 (20.31% from 255 or 38.35% from 133); Max value from RGB is 67 - color contains mainly: red. Hex color #430F33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430F33 is #BCF0CC. Grayscale: #222222. Windows color (decimal): -12382413 or 3346243. OLE color: 3346243.

HSL color Cylindrical-coordinate representation of color #430F33: hue angle of 318.46º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #430F33 is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.74.

Color convert

RGB671551-
CMYK00.780.240.74
HSL318.46º63.41%16.08%-
HSV(B)318.46º77.61%26.27%-
XYZ3.081.773.31-
YUV34.65137.23151.07-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 50.38%
GREEN value IS 15 (6.25% from 255) = 11.28%
BLUE value IS 51 (20.31% from 255) = 38.35%
R=50.38%
G=11.28%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.24
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67155100.780.240.74318.4663.4116.08
Hex43F3304E184A13e3f10
Octal10317630116301124767720
Binary100001111111100110100111011000100101010011111011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,15,51); }

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

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

 a { background-color: rgb(67,15,51); }

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

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

 span { border-color: rgb(67,15,51); }

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