#230615

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

Shades of Blackberry #230615

Tints of Blackberry #230615

Color information

#230615 (or 0x230615) is unknown color: approx Blackberry. HEX triplet: 23, 06 and 15. RGB value is (35,6,21). Sum of RGB (Red+Green+Blue) = 35+6+21=62 (8% of max value = 765). Red value is 35 (14.06% from 255 or 56.45% from 62); Green value is 6 (2.73% from 255 or 9.68% from 62); Blue value is 21 (8.59% from 255 or 33.87% from 62); Max value from RGB is 35 - color contains mainly: red. Hex color #230615 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230615 is #DCF9EA. Grayscale: #101010. Windows color (decimal): -14481899 or 1377827. OLE color: 1377827.

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

Color convert

RGB35621-
CMYK00.830.400.86
HSL328.97º70.73%8.04%-
HSV(B)328.97º82.86%13.73%-
XYZ0.890.540.77-
YUV16.38130.61141.28-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 56.45%
GREEN value IS 6 (2.73% from 255) = 9.68%
BLUE value IS 21 (8.59% from 255) = 33.87%
R=56.45%
G=9.68%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.40
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3562100.830.400.86328.9770.738.04
Hex236150532856149478
Octal4362501235012651110710
Binary1000111101010101010011101000101011010100100110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230615; }

 p { color: rgb(35,6,21); }

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

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

 a { background-color: rgb(35,6,21); }

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

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

 span { border-color: rgb(35,6,21); }

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