#3F0A21

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

Shades of Blackberry #3F0A21

Tints of Blackberry #3F0A21

Color information

#3F0A21 (or 0x3F0A21) is unknown color: approx Blackberry. HEX triplet: 3F, 0A and 21. RGB value is (63,10,33). Sum of RGB (Red+Green+Blue) = 63+10+33=106 (14% of max value = 765). Red value is 63 (25% from 255 or 59.43% from 106); Green value is 10 (4.30% from 255 or 9.43% from 106); Blue value is 33 (13.28% from 255 or 31.13% from 106); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0A21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0A21 is #C0F5DE. Grayscale: #1C1C1C. Windows color (decimal): -12645855 or 2165311. OLE color: 2165311.

HSL color Cylindrical-coordinate representation of color #3F0A21: hue angle of 333.96º degrees, saturation: 0.73, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3F0A21 is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.75.

Color convert

RGB631033-
CMYK00.840.480.75
HSL333.96º72.6%14.31%-
HSV(B)333.96º84.13%24.71%-
XYZ2.431.381.58-
YUV28.47130.56152.63-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 59.43%
GREEN value IS 10 (4.30% from 255) = 9.43%
BLUE value IS 33 (13.28% from 255) = 31.13%
R=59.43%
G=9.43%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63103300.840.480.75333.9672.614.31
Hex3FA21054304B14e49e
Octal77124101246011351611116
Binary111111101010000101010100110000100101110100111010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F0A21; }

 p { color: rgb(63,10,33); }

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

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

 a { background-color: rgb(63,10,33); }

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

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

 span { border-color: rgb(63,10,33); }

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