#3C072B

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

Shades of Blackberry #3C072B

Tints of Blackberry #3C072B

Color information

#3C072B (or 0x3C072B) is unknown color: approx Blackberry. HEX triplet: 3C, 07 and 2B. RGB value is (60,7,43). Sum of RGB (Red+Green+Blue) = 60+7+43=110 (14% of max value = 765). Red value is 60 (23.83% from 255 or 54.55% from 110); Green value is 7 (3.12% from 255 or 6.36% from 110); Blue value is 43 (17.19% from 255 or 39.09% from 110); Max value from RGB is 60 - color contains mainly: red. Hex color #3C072B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C072B is #C3F8D4. Grayscale: #1A1A1A. Windows color (decimal): -12843221 or 2819900. OLE color: 2819900.

HSL color Cylindrical-coordinate representation of color #3C072B: hue angle of 319.25º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C072B is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.76.

Color convert

RGB60743-
CMYK00.880.280.76
HSL319.25º79.1%13.14%-
HSV(B)319.25º88.33%23.53%-
XYZ2.381.292.41-
YUV26.95137.06151.57-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 54.55%
GREEN value IS 7 (3.12% from 255) = 6.36%
BLUE value IS 43 (17.19% from 255) = 39.09%
R=54.55%
G=6.36%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.28
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6074300.880.280.76319.2579.113.14
Hex3C72B0581C4C13f4fd
Octal7475301303411447711715
Binary1111001111010110101100011100100110010011111110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C072B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,7,43); }

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

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

 a { background-color: rgb(60,7,43); }

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

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

 span { border-color: rgb(60,7,43); }

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