#230313

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

Shades of Blackberry #230313

Tints of Blackberry #230313

Color information

#230313 (or 0x230313) is unknown color: approx Blackberry. HEX triplet: 23, 03 and 13. RGB value is (35,3,19). Sum of RGB (Red+Green+Blue) = 35+3+19=57 (7% of max value = 765). Red value is 35 (14.06% from 255 or 61.40% from 57); Green value is 3 (1.56% from 255 or 5.26% from 57); Blue value is 19 (7.81% from 255 or 33.33% from 57); Max value from RGB is 35 - color contains mainly: red. Hex color #230313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230313 is #DCFCEC. Grayscale: #0E0E0E. Windows color (decimal): -14482669 or 1245987. OLE color: 1245987.

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

Color convert

RGB35319-
CMYK00.910.460.86
HSL330º84.21%7.45%-
HSV(B)330º91.43%13.73%-
XYZ0.840.470.66-
YUV14.39130.6142.7-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 61.40%
GREEN value IS 3 (1.56% from 255) = 5.26%
BLUE value IS 19 (7.81% from 255) = 33.33%
R=61.40%
G=5.26%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.46
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3531900.910.460.8633084.217.45
Hex2331305B2E5614a547
Octal433230133561265121247
Binary10001111100110101101110111010101101010010101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230313; }

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

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

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

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

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

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

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

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