#230514

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

Shades of Blackberry #230514

Tints of Blackberry #230514

Color information

#230514 (or 0x230514) is unknown color: approx Blackberry. HEX triplet: 23, 05 and 14. RGB value is (35,5,20). Sum of RGB (Red+Green+Blue) = 35+5+20=60 (7% of max value = 765). Red value is 35 (14.06% from 255 or 58.33% from 60); Green value is 5 (2.34% from 255 or 8.33% from 60); Blue value is 20 (8.20% from 255 or 33.33% from 60); Max value from RGB is 35 - color contains mainly: red. Hex color #230514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230514 is #DCFAEB. Grayscale: #0F0F0F. Windows color (decimal): -14482156 or 1312035. OLE color: 1312035.

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

Color convert

RGB35520-
CMYK00.860.430.86
HSL330º75%7.84%-
HSV(B)330º85.71%13.73%-
XYZ0.870.520.72-
YUV15.68130.44141.78-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 58.33%
GREEN value IS 5 (2.34% from 255) = 8.33%
BLUE value IS 20 (8.20% from 255) = 33.33%
R=58.33%
G=8.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.43
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3552000.860.430.86330757.84
Hex235140562B5614a4b8
Octal4352401265312651211310
Binary1000111011010001010110101011101011010100101010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230514; }

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

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

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

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

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

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

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

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