#3E0123

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

Shades of Blackberry #3E0123

Tints of Blackberry #3E0123

Color information

#3E0123 (or 0x3E0123) is unknown color: approx Blackberry. HEX triplet: 3E, 01 and 23. RGB value is (62,1,35). Sum of RGB (Red+Green+Blue) = 62+1+35=98 (12% of max value = 765). Red value is 62 (24.61% from 255 or 63.27% from 98); Green value is 1 (0.78% from 255 or 1.02% from 98); Blue value is 35 (14.06% from 255 or 35.71% from 98); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0123 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0123 is #C1FEDC. Grayscale: #171717. Windows color (decimal): -12713693 or 2294078. OLE color: 2294078.

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

Color convert

RGB62135-
CMYK00.980.440.76
HSL326.56º96.83%12.35%-
HSV(B)326.56º98.39%24.31%-
XYZ2.31.171.69-
YUV23.12134.71155.74-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 63.27%
GREEN value IS 1 (0.78% from 255) = 1.02%
BLUE value IS 35 (14.06% from 255) = 35.71%
R=63.27%
G=1.02%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.44
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6213500.980.440.76326.5696.8312.35
Hex3E1230622C4C14761c
Octal7614301425411450714114
Binary111110110001101100010101100100110010100011111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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