#3C0B2B

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

Shades of Blackberry #3C0B2B

Tints of Blackberry #3C0B2B

Color information

#3C0B2B (or 0x3C0B2B) is unknown color: approx Blackberry. HEX triplet: 3C, 0B and 2B. RGB value is (60,11,43). Sum of RGB (Red+Green+Blue) = 60+11+43=114 (15% of max value = 765). Red value is 60 (23.83% from 255 or 52.63% from 114); Green value is 11 (4.69% from 255 or 9.65% from 114); Blue value is 43 (17.19% from 255 or 37.72% from 114); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0B2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0B2B is #C3F4D4. Grayscale: #1D1D1D. Windows color (decimal): -12842197 or 2820924. OLE color: 2820924.

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

Color convert

RGB601143-
CMYK00.820.280.76
HSL320.82º69.01%13.92%-
HSV(B)320.82º81.67%23.53%-
XYZ2.421.372.42-
YUV29.3135.73149.9-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 52.63%
GREEN value IS 11 (4.69% from 255) = 9.65%
BLUE value IS 43 (17.19% from 255) = 37.72%
R=52.63%
G=9.65%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.28
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60114300.820.280.76320.8269.0113.92
Hex3CB2B0521C4C14145e
Octal74135301223411450110516
Binary11110010111010110101001011100100110010100000110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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