#230F19

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

Shades of Blackberry #230F19

Tints of Blackberry #230F19

Color information

#230F19 (or 0x230F19) is unknown color: approx Blackberry. HEX triplet: 23, 0F and 19. RGB value is (35,15,25). Sum of RGB (Red+Green+Blue) = 35+15+25=75 (9% of max value = 765). Red value is 35 (14.06% from 255 or 46.67% from 75); Green value is 15 (6.25% from 255 or 20% from 75); Blue value is 25 (10.16% from 255 or 33.33% from 75); Max value from RGB is 35 - color contains mainly: red. Hex color #230F19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230F19 is #DCF0E6. Grayscale: #161616. Windows color (decimal): -14479591 or 1642275. OLE color: 1642275.

HSL color Cylindrical-coordinate representation of color #230F19: hue angle of 330º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #230F19 is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.86.

Color convert

RGB351525-
CMYK00.570.290.86
HSL330º40%9.8%-
HSV(B)330º57.14%13.73%-
XYZ1.040.771.01-
YUV22.12129.63137.19-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 46.67%
GREEN value IS 15 (6.25% from 255) = 20%
BLUE value IS 25 (10.16% from 255) = 33.33%
R=46.67%
G=20%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.29
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35152500.570.290.86330409.8
Hex23F190391D5614a28a
Octal431731071351265125012
Binary10001111111100101110011110110101101010010101010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230F19; }

 p { color: rgb(35,15,25); }

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

<style>
 a { background-color: #230F19; }

 a { background-color: rgb(35,15,25); }

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

<style>
 span { border-color: #230F19; }

 span { border-color: rgb(35,15,25); }

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