#3C0633

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

Shades of Blackberry #3C0633

Tints of Blackberry #3C0633

Color information

#3C0633 (or 0x3C0633) is unknown color: approx Blackberry. HEX triplet: 3C, 06 and 33. RGB value is (60,6,51). Sum of RGB (Red+Green+Blue) = 60+6+51=117 (15% of max value = 765). Red value is 60 (23.83% from 255 or 51.28% from 117); Green value is 6 (2.73% from 255 or 5.13% from 117); Blue value is 51 (20.31% from 255 or 43.59% from 117); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0633 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0633 is #C3F9CC. Grayscale: #1B1B1B. Windows color (decimal): -12843469 or 3343932. OLE color: 3343932.

HSL color Cylindrical-coordinate representation of color #3C0633: hue angle of 310º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C0633 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.76.

Color convert

RGB60651-
CMYK00.900.150.76
HSL310º81.82%12.94%-
HSV(B)310º90%23.53%-
XYZ2.531.333.26-
YUV27.28141.39151.34-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 51.28%
GREEN value IS 6 (2.73% from 255) = 5.13%
BLUE value IS 51 (20.31% from 255) = 43.59%
R=51.28%
G=5.13%
B=43.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.15
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6065100.900.150.7631081.8212.94
Hex3C63305AF4C13652d
Octal7466301321711446612215
Binary111100110110011010110101111100110010011011010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,6,51); }

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

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

 a { background-color: rgb(60,6,51); }

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

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

 span { border-color: rgb(60,6,51); }

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