#3C032B

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

Shades of Blackberry #3C032B

Tints of Blackberry #3C032B

Color information

#3C032B (or 0x3C032B) is unknown color: approx Blackberry. HEX triplet: 3C, 03 and 2B. RGB value is (60,3,43). Sum of RGB (Red+Green+Blue) = 60+3+43=106 (14% of max value = 765). Red value is 60 (23.83% from 255 or 56.60% from 106); Green value is 3 (1.56% from 255 or 2.83% from 106); Blue value is 43 (17.19% from 255 or 40.57% from 106); Max value from RGB is 60 - color contains mainly: red. Hex color #3C032B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C032B is #C3FCD4. Grayscale: #181818. Windows color (decimal): -12844245 or 2818876. OLE color: 2818876.

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

Color convert

RGB60343-
CMYK00.950.280.76
HSL317.89º90.48%12.35%-
HSV(B)317.89º95%23.53%-
XYZ2.331.22.39-
YUV24.6138.38153.25-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 56.60%
GREEN value IS 3 (1.56% from 255) = 2.83%
BLUE value IS 43 (17.19% from 255) = 40.57%
R=56.60%
G=2.83%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.28
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6034300.950.280.76317.8990.4812.35
Hex3C32B05F1C4C13e5ac
Octal7435301373411447613214
Binary111100111010110101111111100100110010011111010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C032B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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