#230518

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

Shades of Blackberry #230518

Tints of Blackberry #230518

Color information

#230518 (or 0x230518) is unknown color: approx Blackberry. HEX triplet: 23, 05 and 18. RGB value is (35,5,24). Sum of RGB (Red+Green+Blue) = 35+5+24=64 (8% of max value = 765). Red value is 35 (14.06% from 255 or 54.69% from 64); Green value is 5 (2.34% from 255 or 7.81% from 64); Blue value is 24 (9.77% from 255 or 37.5% from 64); Max value from RGB is 35 - color contains mainly: red. Hex color #230518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230518 is #DCFAE7. Grayscale: #101010. Windows color (decimal): -14482152 or 1574179. OLE color: 1574179.

HSL color Cylindrical-coordinate representation of color #230518: hue angle of 322º 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 #230518 is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.86.

Color convert

RGB35524-
CMYK00.860.310.86
HSL322º75%7.84%-
HSV(B)322º85.71%13.73%-
XYZ0.910.530.92-
YUV16.14132.44141.46-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 54.69%
GREEN value IS 5 (2.34% from 255) = 7.81%
BLUE value IS 24 (9.77% from 255) = 37.5%
R=54.69%
G=7.81%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.31
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3552400.860.310.86322757.84
Hex235180561F561424b8
Octal4353001263712650211310
Binary100011101110000101011011111101011010100001010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230518; }

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

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

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

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

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

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

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

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