#3E002C

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

Shades of Blackberry #3E002C

Tints of Blackberry #3E002C

Color information

#3E002C (or 0x3E002C) is unknown color: approx Blackberry. HEX triplet: 3E, 00 and 2C. RGB value is (62,0,44). Sum of RGB (Red+Green+Blue) = 62+0+44=106 (14% of max value = 765). Red value is 62 (24.61% from 255 or 58.49% from 106); Green value is 0 (0.39% from 255 or 0% from 106); Blue value is 44 (17.58% from 255 or 41.51% from 106); Max value from RGB is 62 - color contains mainly: red. Hex color #3E002C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E002C is #C1FFD3. Grayscale: #171717. Windows color (decimal): -12713940 or 2883646. OLE color: 2883646.

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

Color convert

RGB62044-
CMYK010.290.76
HSL317.42º100%12.16%-
HSV(B)317.42º100%24.31%-
XYZ2.441.212.49-
YUV23.55139.54155.42-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 58.49%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 44 (17.58% from 255) = 41.51%
R=58.49%
G=0%
B=41.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.29
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62044010.290.76317.4210012.16
Hex3E02C0641D4C13d64c
Octal7605401443511447514414
Binary11111001011000110010011101100110010011110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E002C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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