#3C0319

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

Shades of Blackberry #3C0319

Tints of Blackberry #3C0319

Color information

#3C0319 (or 0x3C0319) is unknown color: approx Blackberry. HEX triplet: 3C, 03 and 19. RGB value is (60,3,25). Sum of RGB (Red+Green+Blue) = 60+3+25=88 (11% of max value = 765). Red value is 60 (23.83% from 255 or 68.18% from 88); Green value is 3 (1.56% from 255 or 3.41% from 88); Blue value is 25 (10.16% from 255 or 28.41% from 88); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0319 is #C3FCE6. Grayscale: #161616. Windows color (decimal): -12844263 or 1639228. OLE color: 1639228.

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

Color convert

RGB60325-
CMYK00.950.580.76
HSL336.84º90.48%12.35%-
HSV(B)336.84º95%23.53%-
XYZ2.071.11.02-
YUV22.55129.38154.71-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 68.18%
GREEN value IS 3 (1.56% from 255) = 3.41%
BLUE value IS 25 (10.16% from 255) = 28.41%
R=68.18%
G=3.41%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.58
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6032500.950.580.76336.8490.4812.35
Hex3C31905F3A4C1515ac
Octal7433101377211452113214
Binary111100111100101011111111010100110010101000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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