#3F031A

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

Shades of Blackberry #3F031A

Tints of Blackberry #3F031A

Color information

#3F031A (or 0x3F031A) is unknown color: approx Blackberry. HEX triplet: 3F, 03 and 1A. RGB value is (63,3,26). Sum of RGB (Red+Green+Blue) = 63+3+26=92 (12% of max value = 765). Red value is 63 (25% from 255 or 68.48% from 92); Green value is 3 (1.56% from 255 or 3.26% from 92); Blue value is 26 (10.55% from 255 or 28.26% from 92); Max value from RGB is 63 - color contains mainly: red. Hex color #3F031A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F031A is #C0FCE5. Grayscale: #171717. Windows color (decimal): -12647654 or 1704767. OLE color: 1704767.

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

Color convert

RGB63326-
CMYK00.950.590.75
HSL337º90.91%12.94%-
HSV(B)337º95.24%24.71%-
XYZ2.271.21.09-
YUV23.56129.38156.13-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 68.48%
GREEN value IS 3 (1.56% from 255) = 3.26%
BLUE value IS 26 (10.55% from 255) = 28.26%
R=68.48%
G=3.26%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6332600.950.590.7533790.9112.94
Hex3F31A05F3B4B1515bd
Octal7733201377311352113315
Binary111111111101001011111111011100101110101000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F031A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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