#3B002C

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

Shades of Blackberry #3B002C

Tints of Blackberry #3B002C

Color information

#3B002C (or 0x3B002C) is unknown color: approx Blackberry. HEX triplet: 3B, 00 and 2C. RGB value is (59,0,44). Sum of RGB (Red+Green+Blue) = 59+0+44=103 (13% of max value = 765). Red value is 59 (23.44% from 255 or 57.28% from 103); Green value is 0 (0.39% from 255 or 0% from 103); Blue value is 44 (17.58% from 255 or 42.72% from 103); Max value from RGB is 59 - color contains mainly: red. Hex color #3B002C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B002C is #C4FFD3. Grayscale: #161616. Windows color (decimal): -12910548 or 2883643. OLE color: 2883643.

HSL color Cylindrical-coordinate representation of color #3B002C: hue angle of 315.25º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3B002C is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.77.

Color convert

RGB59044-
CMYK010.250.77
HSL315.25º100%11.57%-
HSV(B)315.25º100%23.14%-
XYZ2.261.112.48-
YUV22.66140.05153.92-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 57.28%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 44 (17.58% from 255) = 42.72%
R=57.28%
G=0%
B=42.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.25
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59044010.250.77315.2510011.57
Hex3B02C064194D13b64c
Octal7305401443111547314414
Binary11101101011000110010011001100110110011101111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B002C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,0,44); }

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

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

 a { background-color: rgb(59,0,44); }

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

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

 span { border-color: rgb(59,0,44); }

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