#230C17

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

Shades of Blackberry #230C17

Tints of Blackberry #230C17

Color information

#230C17 (or 0x230C17) is unknown color: approx Blackberry. HEX triplet: 23, 0C and 17. RGB value is (35,12,23). Sum of RGB (Red+Green+Blue) = 35+12+23=70 (9% of max value = 765). Red value is 35 (14.06% from 255 or 50% from 70); Green value is 12 (5.08% from 255 or 17.14% from 70); Blue value is 23 (9.38% from 255 or 32.86% from 70); Max value from RGB is 35 - color contains mainly: red. Hex color #230C17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230C17 is #DCF3E8. Grayscale: #141414. Windows color (decimal): -14480361 or 1510435. OLE color: 1510435.

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

Color convert

RGB351223-
CMYK00.660.340.86
HSL331.3º48.94%9.22%-
HSV(B)331.3º65.71%13.73%-
XYZ0.980.680.89-
YUV20.13129.62138.61-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 50%
GREEN value IS 12 (5.08% from 255) = 17.14%
BLUE value IS 23 (9.38% from 255) = 32.86%
R=50%
G=17.14%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.34
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35122300.660.340.86331.348.949.22
Hex23C17042225614b319
Octal4314270102421265136111
Binary1000111100101110100001010001010101101010010111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,12,23); }

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

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

 a { background-color: rgb(35,12,23); }

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

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

 span { border-color: rgb(35,12,23); }

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