#230315

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

Shades of Blackberry #230315

Tints of Blackberry #230315

Color information

#230315 (or 0x230315) is unknown color: approx Blackberry. HEX triplet: 23, 03 and 15. RGB value is (35,3,21). Sum of RGB (Red+Green+Blue) = 35+3+21=59 (7% of max value = 765). Red value is 35 (14.06% from 255 or 59.32% from 59); Green value is 3 (1.56% from 255 or 5.08% from 59); Blue value is 21 (8.59% from 255 or 35.59% from 59); Max value from RGB is 35 - color contains mainly: red. Hex color #230315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230315 is #DCFCEA. Grayscale: #0E0E0E. Windows color (decimal): -14482667 or 1377059. OLE color: 1377059.

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

Color convert

RGB35321-
CMYK00.910.400.86
HSL326.25º84.21%7.45%-
HSV(B)326.25º91.43%13.73%-
XYZ0.860.480.76-
YUV14.62131.6142.54-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 59.32%
GREEN value IS 3 (1.56% from 255) = 5.08%
BLUE value IS 21 (8.59% from 255) = 35.59%
R=59.32%
G=5.08%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.40
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3532100.910.400.86326.2584.217.45
Hex2331505B2856146547
Octal433250133501265061247
Binary10001111101010101101110100010101101010001101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230315; }

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

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

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

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

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

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

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

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