#230715

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

Shades of Blackberry #230715

Tints of Blackberry #230715

Color information

#230715 (or 0x230715) is unknown color: approx Blackberry. HEX triplet: 23, 07 and 15. RGB value is (35,7,21). Sum of RGB (Red+Green+Blue) = 35+7+21=63 (8% of max value = 765). Red value is 35 (14.06% from 255 or 55.56% from 63); Green value is 7 (3.12% from 255 or 11.11% from 63); Blue value is 21 (8.59% from 255 or 33.33% from 63); Max value from RGB is 35 - color contains mainly: red. Hex color #230715 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230715 is #DCF8EA. Grayscale: #101010. Windows color (decimal): -14481643 or 1378083. OLE color: 1378083.

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

Color convert

RGB35721-
CMYK00.800.400.86
HSL330º66.67%8.24%-
HSV(B)330º80%13.73%-
XYZ0.90.560.77-
YUV16.97130.28140.86-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 55.56%
GREEN value IS 7 (3.12% from 255) = 11.11%
BLUE value IS 21 (8.59% from 255) = 33.33%
R=55.56%
G=11.11%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.40
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3572100.800.400.8633066.678.24
Hex23715050285614a438
Octal4372501205012651210310
Binary1000111111010101010000101000101011010100101010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230715; }

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

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

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

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

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

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

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

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