#230B18

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

Shades of Blackberry #230B18

Tints of Blackberry #230B18

Color information

#230B18 (or 0x230B18) is unknown color: approx Blackberry. HEX triplet: 23, 0B and 18. RGB value is (35,11,24). Sum of RGB (Red+Green+Blue) = 35+11+24=70 (9% of max value = 765). Red value is 35 (14.06% from 255 or 50% from 70); Green value is 11 (4.69% from 255 or 15.71% from 70); Blue value is 24 (9.77% from 255 or 34.29% from 70); Max value from RGB is 35 - color contains mainly: red. Hex color #230B18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230B18 is #DCF4E7. Grayscale: #131313. Windows color (decimal): -14480616 or 1575715. OLE color: 1575715.

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

Color convert

RGB351124-
CMYK00.690.310.86
HSL327.5º52.17%9.02%-
HSV(B)327.5º68.57%13.73%-
XYZ0.980.660.94-
YUV19.66130.45138.94-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 50%
GREEN value IS 11 (4.69% from 255) = 15.71%
BLUE value IS 24 (9.77% from 255) = 34.29%
R=50%
G=15.71%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.31
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35112400.690.310.86327.552.179.02
Hex23B180451F56148349
Octal4313300105371265106411
Binary100011101111000010001011111110101101010010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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