#230118

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

Shades of Blackberry #230118

Tints of Blackberry #230118

Color information

#230118 (or 0x230118) is unknown color: approx Blackberry. HEX triplet: 23, 01 and 18. RGB value is (35,1,24). Sum of RGB (Red+Green+Blue) = 35+1+24=60 (7% of max value = 765). Red value is 35 (14.06% from 255 or 58.33% from 60); Green value is 1 (0.78% from 255 or 1.67% from 60); Blue value is 24 (9.77% from 255 or 40% from 60); Max value from RGB is 35 - color contains mainly: red. Hex color #230118 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230118 is #DCFEE7. Grayscale: #0D0D0D. Windows color (decimal): -14483176 or 1573155. OLE color: 1573155.

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

Color convert

RGB35124-
CMYK00.970.310.86
HSL319.41º94.44%7.06%-
HSV(B)319.41º97.14%13.73%-
XYZ0.870.440.9-
YUV13.79133.76143.13-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 58.33%
GREEN value IS 1 (0.78% from 255) = 1.67%
BLUE value IS 24 (9.77% from 255) = 40%
R=58.33%
G=1.67%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.31
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3512400.970.310.86319.4194.447.06
Hex231180611F5613f5e7
Octal431300141371264771367
Binary100011111000011000011111110101101001111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230118; }

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

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

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

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

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

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

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

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