#3F022E

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

Shades of Blackberry #3F022E

Tints of Blackberry #3F022E

Color information

#3F022E (or 0x3F022E) is unknown color: approx Blackberry. HEX triplet: 3F, 02 and 2E. RGB value is (63,2,46). Sum of RGB (Red+Green+Blue) = 63+2+46=111 (14% of max value = 765). Red value is 63 (25% from 255 or 56.76% from 111); Green value is 2 (1.17% from 255 or 1.80% from 111); Blue value is 46 (18.36% from 255 or 41.44% from 111); Max value from RGB is 63 - color contains mainly: red. Hex color #3F022E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F022E is #C0FDD1. Grayscale: #191919. Windows color (decimal): -12647890 or 3015231. OLE color: 3015231.

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

Color convert

RGB63246-
CMYK00.970.270.75
HSL316.72º93.85%12.75%-
HSV(B)316.72º96.83%24.71%-
XYZ2.561.32.7-
YUV25.26139.71154.92-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 56.76%
GREEN value IS 2 (1.17% from 255) = 1.80%
BLUE value IS 46 (18.36% from 255) = 41.44%
R=56.76%
G=1.80%
B=41.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6324600.970.270.75316.7293.8512.75
Hex3F22E0611B4B13d5ed
Octal7725601413311347513615
Binary111111101011100110000111011100101110011110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F022E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,2,46); }

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

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

 a { background-color: rgb(63,2,46); }

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

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

 span { border-color: rgb(63,2,46); }

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