#3C0F2A

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

Shades of Blackberry #3C0F2A

Tints of Blackberry #3C0F2A

Color information

#3C0F2A (or 0x3C0F2A) is unknown color: approx Blackberry. HEX triplet: 3C, 0F and 2A. RGB value is (60,15,42). Sum of RGB (Red+Green+Blue) = 60+15+42=117 (15% of max value = 765). Red value is 60 (23.83% from 255 or 51.28% from 117); Green value is 15 (6.25% from 255 or 12.82% from 117); Blue value is 42 (16.80% from 255 or 35.90% from 117); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0F2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0F2A is #C3F0D5. Grayscale: #1F1F1F. Windows color (decimal): -12841174 or 2756412. OLE color: 2756412.

HSL color Cylindrical-coordinate representation of color #3C0F2A: hue angle of 324º degrees, saturation: 0.6, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C0F2A is Cyan = 0, Magento = 0.75, Yellow = 0.3 and Black (K on CMYK) = 0.76.

Color convert

RGB601542-
CMYK00.750.30.76
HSL324º60%14.71%-
HSV(B)324º75%23.53%-
XYZ2.451.472.34-
YUV31.53133.91148.3-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 51.28%
GREEN value IS 15 (6.25% from 255) = 12.82%
BLUE value IS 42 (16.80% from 255) = 35.90%
R=51.28%
G=12.82%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.3
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60154200.750.30.763246014.71
Hex3CF2A04B1E4C1443cf
Octal7417520113361145047417
Binary1111001111101010010010111111010011001010001001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,15,42); }

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

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

 a { background-color: rgb(60,15,42); }

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

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

 span { border-color: rgb(60,15,42); }

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