#230517

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

Shades of Blackberry #230517

Tints of Blackberry #230517

Color information

#230517 (or 0x230517) is unknown color: approx Blackberry. HEX triplet: 23, 05 and 17. RGB value is (35,5,23). Sum of RGB (Red+Green+Blue) = 35+5+23=63 (8% of max value = 765). Red value is 35 (14.06% from 255 or 55.56% from 63); Green value is 5 (2.34% from 255 or 7.94% from 63); Blue value is 23 (9.38% from 255 or 36.51% from 63); Max value from RGB is 35 - color contains mainly: red. Hex color #230517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230517 is #DCFAE8. Grayscale: #0F0F0F. Windows color (decimal): -14482153 or 1508643. OLE color: 1508643.

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

Color convert

RGB35523-
CMYK00.860.340.86
HSL324º75%7.84%-
HSV(B)324º85.71%13.73%-
XYZ0.90.530.86-
YUV16.02131.94141.54-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 55.56%
GREEN value IS 5 (2.34% from 255) = 7.94%
BLUE value IS 23 (9.38% from 255) = 36.51%
R=55.56%
G=7.94%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.34
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3552300.860.340.86324757.84
Hex2351705622561444b8
Octal4352701264212650411310
Binary1000111011011101010110100010101011010100010010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230517; }

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

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

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

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

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

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

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

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