#3F022A

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

Shades of Blackberry #3F022A

Tints of Blackberry #3F022A

Color information

#3F022A (or 0x3F022A) is unknown color: approx Blackberry. HEX triplet: 3F, 02 and 2A. RGB value is (63,2,42). Sum of RGB (Red+Green+Blue) = 63+2+42=107 (14% of max value = 765). Red value is 63 (25% from 255 or 58.88% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 42 (16.80% from 255 or 39.25% from 107); Max value from RGB is 63 - color contains mainly: red. Hex color #3F022A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F022A is #C0FDD5. Grayscale: #181818. Windows color (decimal): -12647894 or 2753087. OLE color: 2753087.

HSL color Cylindrical-coordinate representation of color #3F022A: hue angle of 320.66º 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 #3F022A is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.75.

Color convert

RGB63242-
CMYK00.970.330.75
HSL320.66º93.85%12.75%-
HSV(B)320.66º96.83%24.71%-
XYZ2.491.272.3-
YUV24.8137.71155.25-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 58.88%
GREEN value IS 2 (1.17% from 255) = 1.87%
BLUE value IS 42 (16.80% from 255) = 39.25%
R=58.88%
G=1.87%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6324200.970.330.75320.6693.8512.75
Hex3F22A061214B1415ed
Octal7725201414111350113615
Binary1111111010101001100001100001100101110100000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F022A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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