#230A18

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

Shades of Blackberry #230A18

Tints of Blackberry #230A18

Color information

#230A18 (or 0x230A18) is unknown color: approx Blackberry. HEX triplet: 23, 0A and 18. RGB value is (35,10,24). Sum of RGB (Red+Green+Blue) = 35+10+24=69 (9% of max value = 765). Red value is 35 (14.06% from 255 or 50.72% from 69); Green value is 10 (4.30% from 255 or 14.49% from 69); Blue value is 24 (9.77% from 255 or 34.78% from 69); Max value from RGB is 35 - color contains mainly: red. Hex color #230A18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230A18 is #DCF5E7. Grayscale: #131313. Windows color (decimal): -14480872 or 1575459. OLE color: 1575459.

HSL color Cylindrical-coordinate representation of color #230A18: hue angle of 326.4º 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 #230A18 is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.86.

Color convert

RGB351024-
CMYK00.710.310.86
HSL326.4º55.56%8.82%-
HSV(B)326.4º71.43%13.73%-
XYZ0.970.640.94-
YUV19.07130.78139.36-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 50.72%
GREEN value IS 10 (4.30% from 255) = 14.49%
BLUE value IS 24 (9.77% from 255) = 34.78%
R=50.72%
G=14.49%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.31
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35102400.710.310.86326.455.568.82
Hex23A180471F56146389
Octal4312300107371265067011
Binary100011101011000010001111111110101101010001101110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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