#3B0423

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

Shades of Blackberry #3B0423

Tints of Blackberry #3B0423

Color information

#3B0423 (or 0x3B0423) is unknown color: approx Blackberry. HEX triplet: 3B, 04 and 23. RGB value is (59,4,35). Sum of RGB (Red+Green+Blue) = 59+4+35=98 (12% of max value = 765). Red value is 59 (23.44% from 255 or 60.20% from 98); Green value is 4 (1.95% from 255 or 4.08% from 98); Blue value is 35 (14.06% from 255 or 35.71% from 98); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0423 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0423 is #C4FBDC. Grayscale: #171717. Windows color (decimal): -12909533 or 2294843. OLE color: 2294843.

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

Color convert

RGB59435-
CMYK00.930.410.77
HSL326.18º87.3%12.35%-
HSV(B)326.18º93.22%23.14%-
XYZ2.151.141.7-
YUV23.98134.22152.98-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 60.20%
GREEN value IS 4 (1.95% from 255) = 4.08%
BLUE value IS 35 (14.06% from 255) = 35.71%
R=60.20%
G=4.08%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.41
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5943500.930.410.77326.1887.312.35
Hex3B42305D294D14657c
Octal7344301355111550612714
Binary11101110010001101011101101001100110110100011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,4,35); }

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

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

 a { background-color: rgb(59,4,35); }

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

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

 span { border-color: rgb(59,4,35); }

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