#230119

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

Shades of Blackberry #230119

Tints of Blackberry #230119

Color information

#230119 (or 0x230119) is unknown color: approx Blackberry. HEX triplet: 23, 01 and 19. RGB value is (35,1,25). Sum of RGB (Red+Green+Blue) = 35+1+25=61 (8% of max value = 765). Red value is 35 (14.06% from 255 or 57.38% from 61); Green value is 1 (0.78% from 255 or 1.64% from 61); Blue value is 25 (10.16% from 255 or 40.98% from 61); Max value from RGB is 35 - color contains mainly: red. Hex color #230119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230119 is #DCFEE6. Grayscale: #0D0D0D. Windows color (decimal): -14483175 or 1638691. OLE color: 1638691.

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

Color convert

RGB35125-
CMYK00.970.290.86
HSL317.65º94.44%7.06%-
HSV(B)317.65º97.14%13.73%-
XYZ0.880.450.96-
YUV13.9134.26143.05-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 57.38%
GREEN value IS 1 (0.78% from 255) = 1.64%
BLUE value IS 25 (10.16% from 255) = 40.98%
R=57.38%
G=1.64%
B=40.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.29
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3512500.970.290.86317.6594.447.06
Hex231190611D5613e5e7
Octal431310141351264761367
Binary100011111001011000011110110101101001111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230119; }

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

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

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

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

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

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

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

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