#3B0319

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

Shades of Blackberry #3B0319

Tints of Blackberry #3B0319

Color information

#3B0319 (or 0x3B0319) is unknown color: approx Blackberry. HEX triplet: 3B, 03 and 19. RGB value is (59,3,25). Sum of RGB (Red+Green+Blue) = 59+3+25=87 (11% of max value = 765). Red value is 59 (23.44% from 255 or 67.82% from 87); Green value is 3 (1.56% from 255 or 3.45% from 87); Blue value is 25 (10.16% from 255 or 28.74% from 87); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0319 is #C4FCE6. Grayscale: #161616. Windows color (decimal): -12909799 or 1639227. OLE color: 1639227.

HSL color Cylindrical-coordinate representation of color #3B0319: hue angle of 336.43º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3B0319 is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.77.

Color convert

RGB59325-
CMYK00.950.580.77
HSL336.43º90.32%12.16%-
HSV(B)336.43º94.92%23.14%-
XYZ2.011.071.02-
YUV22.25129.55154.21-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 67.82%
GREEN value IS 3 (1.56% from 255) = 3.45%
BLUE value IS 25 (10.16% from 255) = 28.74%
R=67.82%
G=3.45%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.58
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5932500.950.580.77336.4390.3212.16
Hex3B31905F3A4D1505ac
Octal7333101377211552013214
Binary111011111100101011111111010100110110101000010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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