#230717

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

Shades of Blackberry #230717

Tints of Blackberry #230717

Color information

#230717 (or 0x230717) is unknown color: approx Blackberry. HEX triplet: 23, 07 and 17. RGB value is (35,7,23). Sum of RGB (Red+Green+Blue) = 35+7+23=65 (8% of max value = 765). Red value is 35 (14.06% from 255 or 53.85% from 65); Green value is 7 (3.12% from 255 or 10.77% from 65); Blue value is 23 (9.38% from 255 or 35.38% from 65); Max value from RGB is 35 - color contains mainly: red. Hex color #230717 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230717 is #DCF8E8. Grayscale: #111111. Windows color (decimal): -14481641 or 1509155. OLE color: 1509155.

HSL color Cylindrical-coordinate representation of color #230717: hue angle of 325.71º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #230717 is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.86.

Color convert

RGB35723-
CMYK00.800.340.86
HSL325.71º66.67%8.24%-
HSV(B)325.71º80%13.73%-
XYZ0.920.570.87-
YUV17.2131.28140.7-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 53.85%
GREEN value IS 7 (3.12% from 255) = 10.77%
BLUE value IS 23 (9.38% from 255) = 35.38%
R=53.85%
G=10.77%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.34
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3572300.800.340.86325.7166.678.24
Hex237170502256146438
Octal4372701204212650610310
Binary1000111111011101010000100010101011010100011010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230717; }

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

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

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

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

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

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

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

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