#3C0330

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

Shades of Blackberry #3C0330

Tints of Blackberry #3C0330

Color information

#3C0330 (or 0x3C0330) is unknown color: approx Blackberry. HEX triplet: 3C, 03 and 30. RGB value is (60,3,48). Sum of RGB (Red+Green+Blue) = 60+3+48=111 (14% of max value = 765). Red value is 60 (23.83% from 255 or 54.05% from 111); Green value is 3 (1.56% from 255 or 2.70% from 111); Blue value is 48 (19.14% from 255 or 43.24% from 111); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0330 is #C3FCCF. Grayscale: #191919. Windows color (decimal): -12844240 or 3146556. OLE color: 3146556.

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

Color convert

RGB60348-
CMYK00.950.200.76
HSL312.63º90.48%12.35%-
HSV(B)312.63º95%23.53%-
XYZ2.431.242.91-
YUV25.17140.88152.84-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 54.05%
GREEN value IS 3 (1.56% from 255) = 2.70%
BLUE value IS 48 (19.14% from 255) = 43.24%
R=54.05%
G=2.70%
B=43.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.20
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6034800.950.200.76312.6390.4812.35
Hex3C33005F144C1395ac
Octal7436001372411447113214
Binary111100111100000101111110100100110010011100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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