#3E0223

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

Shades of Blackberry #3E0223

Tints of Blackberry #3E0223

Color information

#3E0223 (or 0x3E0223) is unknown color: approx Blackberry. HEX triplet: 3E, 02 and 23. RGB value is (62,2,35). Sum of RGB (Red+Green+Blue) = 62+2+35=99 (13% of max value = 765). Red value is 62 (24.61% from 255 or 62.63% from 99); Green value is 2 (1.17% from 255 or 2.02% from 99); Blue value is 35 (14.06% from 255 or 35.35% from 99); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0223 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0223 is #C1FDDC. Grayscale: #171717. Windows color (decimal): -12713437 or 2294334. OLE color: 2294334.

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

Color convert

RGB62235-
CMYK00.970.440.76
HSL327º93.75%12.55%-
HSV(B)327º96.77%24.31%-
XYZ2.311.191.7-
YUV23.7134.38155.32-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 62.63%
GREEN value IS 2 (1.17% from 255) = 2.02%
BLUE value IS 35 (14.06% from 255) = 35.35%
R=62.63%
G=2.02%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.44
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6223500.970.440.7632793.7512.55
Hex3E2230612C4C1475ed
Octal7624301415411450713615
Binary1111101010001101100001101100100110010100011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,2,35); }

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

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

 a { background-color: rgb(62,2,35); }

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

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

 span { border-color: rgb(62,2,35); }

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