#3C0C2D

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

Shades of Blackberry #3C0C2D

Tints of Blackberry #3C0C2D

Color information

#3C0C2D (or 0x3C0C2D) is unknown color: approx Blackberry. HEX triplet: 3C, 0C and 2D. RGB value is (60,12,45). Sum of RGB (Red+Green+Blue) = 60+12+45=117 (15% of max value = 765). Red value is 60 (23.83% from 255 or 51.28% from 117); Green value is 12 (5.08% from 255 or 10.26% from 117); Blue value is 45 (17.97% from 255 or 38.46% from 117); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0C2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0C2D is #C3F3D2. Grayscale: #1E1E1E. Windows color (decimal): -12841939 or 2952252. OLE color: 2952252.

HSL color Cylindrical-coordinate representation of color #3C0C2D: hue angle of 318.75º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3C0C2D is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.76.

Color convert

RGB601245-
CMYK00.800.250.76
HSL318.75º66.67%14.12%-
HSV(B)318.75º80%23.53%-
XYZ2.471.412.63-
YUV30.11136.4149.32-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 51.28%
GREEN value IS 12 (5.08% from 255) = 10.26%
BLUE value IS 45 (17.97% from 255) = 38.46%
R=51.28%
G=10.26%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.25
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60124500.800.250.76318.7566.6714.12
Hex3CC2D050194C13f43e
Octal74145501203111447710316
Binary11110011001011010101000011001100110010011111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,12,45); }

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

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

 a { background-color: rgb(60,12,45); }

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

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

 span { border-color: rgb(60,12,45); }

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