#230A19

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

Shades of Blackberry #230A19

Tints of Blackberry #230A19

Color information

#230A19 (or 0x230A19) is unknown color: approx Blackberry. HEX triplet: 23, 0A and 19. RGB value is (35,10,25). Sum of RGB (Red+Green+Blue) = 35+10+25=70 (9% of max value = 765). Red value is 35 (14.06% from 255 or 50% from 70); Green value is 10 (4.30% from 255 or 14.29% from 70); Blue value is 25 (10.16% from 255 or 35.71% from 70); Max value from RGB is 35 - color contains mainly: red. Hex color #230A19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230A19 is #DCF5E6. Grayscale: #131313. Windows color (decimal): -14480871 or 1640995. OLE color: 1640995.

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

Color convert

RGB351025-
CMYK00.710.290.86
HSL324º55.56%8.82%-
HSV(B)324º71.43%13.73%-
XYZ0.980.640.99-
YUV19.19131.28139.28-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 50%
GREEN value IS 10 (4.30% from 255) = 14.29%
BLUE value IS 25 (10.16% from 255) = 35.71%
R=50%
G=14.29%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.29
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35102500.710.290.8632455.568.82
Hex23A190471D56144389
Octal4312310107351265047011
Binary100011101011001010001111110110101101010001001110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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