#23041B

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

Shades of Blackberry #23041B

Tints of Blackberry #23041B

Color information

#23041B (or 0x23041B) is unknown color: approx Blackberry. HEX triplet: 23, 04 and 1B. RGB value is (35,4,27). Sum of RGB (Red+Green+Blue) = 35+4+27=66 (8% of max value = 765). Red value is 35 (14.06% from 255 or 53.03% from 66); Green value is 4 (1.95% from 255 or 6.06% from 66); Blue value is 27 (10.94% from 255 or 40.91% from 66); Max value from RGB is 35 - color contains mainly: red. Hex color #23041B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23041B is #DCFBE4. Grayscale: #0F0F0F. Windows color (decimal): -14482405 or 1770531. OLE color: 1770531.

HSL color Cylindrical-coordinate representation of color #23041B: hue angle of 315.48º degrees, saturation: 0.79, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #23041B is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.86.

Color convert

RGB35427-
CMYK00.890.230.86
HSL315.48º79.49%7.65%-
HSV(B)315.48º88.57%13.73%-
XYZ0.930.521.09-
YUV15.89134.27141.63-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 53.03%
GREEN value IS 4 (1.95% from 255) = 6.06%
BLUE value IS 27 (10.94% from 255) = 40.91%
R=53.03%
G=6.06%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.23
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3542700.890.230.86315.4879.497.65
Hex2341B059175613b4f8
Octal4343301312712647311710
Binary100011100110110101100110111101011010011101110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23041B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23041B; }

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

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

<style>
 a { background-color: #23041B; }

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

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

<style>
 span { border-color: #23041B; }

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

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