#230317

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

Shades of Blackberry #230317

Tints of Blackberry #230317

Color information

#230317 (or 0x230317) is unknown color: approx Blackberry. HEX triplet: 23, 03 and 17. RGB value is (35,3,23). Sum of RGB (Red+Green+Blue) = 35+3+23=61 (8% of max value = 765). Red value is 35 (14.06% from 255 or 57.38% from 61); Green value is 3 (1.56% from 255 or 4.92% from 61); Blue value is 23 (9.38% from 255 or 37.70% from 61); Max value from RGB is 35 - color contains mainly: red. Hex color #230317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230317 is #DCFCE8. Grayscale: #0E0E0E. Windows color (decimal): -14482665 or 1508131. OLE color: 1508131.

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

Color convert

RGB35323-
CMYK00.910.340.86
HSL322.5º84.21%7.45%-
HSV(B)322.5º91.43%13.73%-
XYZ0.880.480.86-
YUV14.85132.6142.37-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 57.38%
GREEN value IS 3 (1.56% from 255) = 4.92%
BLUE value IS 23 (9.38% from 255) = 37.70%
R=57.38%
G=4.92%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.34
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3532300.910.340.86322.584.217.45
Hex2331705B2256142547
Octal433270133421265021247
Binary10001111101110101101110001010101101010000101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230317; }

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

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

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

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

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

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

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

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