#3C022A

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

Shades of Blackberry #3C022A

Tints of Blackberry #3C022A

Color information

#3C022A (or 0x3C022A) is unknown color: approx Blackberry. HEX triplet: 3C, 02 and 2A. RGB value is (60,2,42). Sum of RGB (Red+Green+Blue) = 60+2+42=104 (13% of max value = 765). Red value is 60 (23.83% from 255 or 57.69% from 104); Green value is 2 (1.17% from 255 or 1.92% from 104); Blue value is 42 (16.80% from 255 or 40.38% from 104); Max value from RGB is 60 - color contains mainly: red. Hex color #3C022A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C022A is #C3FDD5. Grayscale: #171717. Windows color (decimal): -12844502 or 2753084. OLE color: 2753084.

HSL color Cylindrical-coordinate representation of color #3C022A: hue angle of 318.62º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C022A is Cyan = 0, Magento = 0.97, Yellow = 0.3 and Black (K on CMYK) = 0.76.

Color convert

RGB60242-
CMYK00.970.30.76
HSL318.62º93.55%12.16%-
HSV(B)318.62º96.67%23.53%-
XYZ2.31.172.3-
YUV23.9138.22153.75-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 57.69%
GREEN value IS 2 (1.17% from 255) = 1.92%
BLUE value IS 42 (16.80% from 255) = 40.38%
R=57.69%
G=1.92%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.3
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6024200.970.30.76318.6293.5512.16
Hex3C22A0611E4C13f5ec
Octal7425201413611447713614
Binary111100101010100110000111110100110010011111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C022A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,2,42); }

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

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

 a { background-color: rgb(60,2,42); }

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

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

 span { border-color: rgb(60,2,42); }

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