#3F0319

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

Shades of Blackberry #3F0319

Tints of Blackberry #3F0319

Color information

#3F0319 (or 0x3F0319) is unknown color: approx Blackberry. HEX triplet: 3F, 03 and 19. RGB value is (63,3,25). Sum of RGB (Red+Green+Blue) = 63+3+25=91 (12% of max value = 765). Red value is 63 (25% from 255 or 69.23% from 91); Green value is 3 (1.56% from 255 or 3.30% from 91); Blue value is 25 (10.16% from 255 or 27.47% from 91); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0319 is #C0FCE6. Grayscale: #171717. Windows color (decimal): -12647655 or 1639231. OLE color: 1639231.

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

Color convert

RGB63325-
CMYK00.950.600.75
HSL338º90.91%12.94%-
HSV(B)338º95.24%24.71%-
XYZ2.261.191.03-
YUV23.45128.88156.21-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 69.23%
GREEN value IS 3 (1.56% from 255) = 3.30%
BLUE value IS 25 (10.16% from 255) = 27.47%
R=69.23%
G=3.30%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.60
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6332500.950.600.7533890.9112.94
Hex3F31905F3C4B1525bd
Octal7733101377411352213315
Binary111111111100101011111111100100101110101001010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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