#230113

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

Shades of Blackberry #230113

Tints of Blackberry #230113

Color information

#230113 (or 0x230113) is unknown color: approx Blackberry. HEX triplet: 23, 01 and 13. RGB value is (35,1,19). Sum of RGB (Red+Green+Blue) = 35+1+19=55 (7% of max value = 765). Red value is 35 (14.06% from 255 or 63.64% from 55); Green value is 1 (0.78% from 255 or 1.82% from 55); Blue value is 19 (7.81% from 255 or 34.55% from 55); Max value from RGB is 35 - color contains mainly: red. Hex color #230113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230113 is #DCFEEC. Grayscale: #0D0D0D. Windows color (decimal): -14483181 or 1245475. OLE color: 1245475.

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

Color convert

RGB35119-
CMYK00.970.460.86
HSL328.24º94.44%7.06%-
HSV(B)328.24º97.14%13.73%-
XYZ0.820.430.66-
YUV13.22131.26143.54-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 63.64%
GREEN value IS 1 (0.78% from 255) = 1.82%
BLUE value IS 19 (7.81% from 255) = 34.55%
R=63.64%
G=1.82%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.46
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3511900.970.460.86328.2494.447.06
Hex231130612E561485e7
Octal431230141561265101367
Binary1000111100110110000110111010101101010010001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230113; }

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

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

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

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

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

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

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

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