#430121

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

Shades of Blackberry #430121

Tints of Blackberry #430121

Color information

#430121 (or 0x430121) is unknown color: approx Blackberry. HEX triplet: 43, 01 and 21. RGB value is (67,1,33). Sum of RGB (Red+Green+Blue) = 67+1+33=101 (13% of max value = 765). Red value is 67 (26.56% from 255 or 66.34% from 101); Green value is 1 (0.78% from 255 or 0.99% from 101); Blue value is 33 (13.28% from 255 or 32.67% from 101); Max value from RGB is 67 - color contains mainly: red. Hex color #430121 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430121 is #BCFEDE. Grayscale: #181818. Windows color (decimal): -12386015 or 2163011. OLE color: 2163011.

HSL color Cylindrical-coordinate representation of color #430121: hue angle of 330.91º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #430121 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.74.

Color convert

RGB67133-
CMYK00.990.510.74
HSL330.91º97.06%13.33%-
HSV(B)330.91º98.51%26.27%-
XYZ2.61.321.56-
YUV24.38132.87158.4-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 66.34%
GREEN value IS 1 (0.78% from 255) = 0.99%
BLUE value IS 33 (13.28% from 255) = 32.67%
R=66.34%
G=0.99%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.51
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6713300.990.510.74330.9197.0613.33
Hex43121063334A14b61d
Octal10314101436311251314115
Binary1000011110000101100011110011100101010100101111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430121; }

 p { color: rgb(67,1,33); }

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

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

 a { background-color: rgb(67,1,33); }

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

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

 span { border-color: rgb(67,1,33); }

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