#3F032B

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

Shades of Blackberry #3F032B

Tints of Blackberry #3F032B

Color information

#3F032B (or 0x3F032B) is unknown color: approx Blackberry. HEX triplet: 3F, 03 and 2B. RGB value is (63,3,43). Sum of RGB (Red+Green+Blue) = 63+3+43=109 (14% of max value = 765). Red value is 63 (25% from 255 or 57.80% from 109); Green value is 3 (1.56% from 255 or 2.75% from 109); Blue value is 43 (17.19% from 255 or 39.45% from 109); Max value from RGB is 63 - color contains mainly: red. Hex color #3F032B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F032B is #C0FCD4. Grayscale: #191919. Windows color (decimal): -12647637 or 2818879. OLE color: 2818879.

HSL color Cylindrical-coordinate representation of color #3F032B: hue angle of 320º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F032B is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.75.

Color convert

RGB63343-
CMYK00.950.320.75
HSL320º90.91%12.94%-
HSV(B)320º95.24%24.71%-
XYZ2.521.32.4-
YUV25.5137.88154.75-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 57.80%
GREEN value IS 3 (1.56% from 255) = 2.75%
BLUE value IS 43 (17.19% from 255) = 39.45%
R=57.80%
G=2.75%
B=39.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6334300.950.320.7532090.9112.94
Hex3F32B05F204B1405bd
Octal7735301374011350013315
Binary1111111110101101011111100000100101110100000010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F032B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,3,43); }

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

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

 a { background-color: rgb(63,3,43); }

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

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

 span { border-color: rgb(63,3,43); }

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