#3C031B

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

Shades of Blackberry #3C031B

Tints of Blackberry #3C031B

Color information

#3C031B (or 0x3C031B) is unknown color: approx Blackberry. HEX triplet: 3C, 03 and 1B. RGB value is (60,3,27). Sum of RGB (Red+Green+Blue) = 60+3+27=90 (11% of max value = 765). Red value is 60 (23.83% from 255 or 66.67% from 90); Green value is 3 (1.56% from 255 or 3.33% from 90); Blue value is 27 (10.94% from 255 or 30% from 90); Max value from RGB is 60 - color contains mainly: red. Hex color #3C031B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C031B is #C3FCE4. Grayscale: #161616. Windows color (decimal): -12844261 or 1770300. OLE color: 1770300.

HSL color Cylindrical-coordinate representation of color #3C031B: hue angle of 334.74º 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 #3C031B is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.76.

Color convert

RGB60327-
CMYK00.950.550.76
HSL334.74º90.48%12.35%-
HSV(B)334.74º95%23.53%-
XYZ2.091.11.14-
YUV22.78130.38154.55-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 66.67%
GREEN value IS 3 (1.56% from 255) = 3.33%
BLUE value IS 27 (10.94% from 255) = 30%
R=66.67%
G=3.33%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.55
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6032700.950.550.76334.7490.4812.35
Hex3C31B05F374C14f5ac
Octal7433301376711451713214
Binary111100111101101011111110111100110010100111110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C031B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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