#230217

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

Shades of Blackberry #230217

Tints of Blackberry #230217

Color information

#230217 (or 0x230217) is unknown color: approx Blackberry. HEX triplet: 23, 02 and 17. RGB value is (35,2,23). Sum of RGB (Red+Green+Blue) = 35+2+23=60 (7% of max value = 765). Red value is 35 (14.06% from 255 or 58.33% from 60); Green value is 2 (1.17% from 255 or 3.33% from 60); Blue value is 23 (9.38% from 255 or 38.33% from 60); Max value from RGB is 35 - color contains mainly: red. Hex color #230217 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230217 is #DCFDE8. Grayscale: #0E0E0E. Windows color (decimal): -14482921 or 1507875. OLE color: 1507875.

HSL color Cylindrical-coordinate representation of color #230217: hue angle of 321.82º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #230217 is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.86.

Color convert

RGB35223-
CMYK00.940.340.86
HSL321.82º89.19%7.25%-
HSV(B)321.82º94.29%13.73%-
XYZ0.870.460.85-
YUV14.26132.93142.79-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 58.33%
GREEN value IS 2 (1.17% from 255) = 3.33%
BLUE value IS 23 (9.38% from 255) = 38.33%
R=58.33%
G=3.33%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.34
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3522300.940.340.86321.8289.197.25
Hex2321705E2256142597
Octal432270136421265021317
Binary10001110101110101111010001010101101010000101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230217; }

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

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

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

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

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

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

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

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