#230218

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

Shades of Blackberry #230218

Tints of Blackberry #230218

Color information

#230218 (or 0x230218) is unknown color: approx Blackberry. HEX triplet: 23, 02 and 18. RGB value is (35,2,24). Sum of RGB (Red+Green+Blue) = 35+2+24=61 (8% of max value = 765). Red value is 35 (14.06% from 255 or 57.38% from 61); Green value is 2 (1.17% from 255 or 3.28% from 61); Blue value is 24 (9.77% from 255 or 39.34% from 61); Max value from RGB is 35 - color contains mainly: red. Hex color #230218 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230218 is #DCFDE7. Grayscale: #0E0E0E. Windows color (decimal): -14482920 or 1573411. OLE color: 1573411.

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

Color convert

RGB35224-
CMYK00.940.310.86
HSL320º89.19%7.25%-
HSV(B)320º94.29%13.73%-
XYZ0.880.470.91-
YUV14.38133.43142.71-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 57.38%
GREEN value IS 2 (1.17% from 255) = 3.28%
BLUE value IS 24 (9.77% from 255) = 39.34%
R=57.38%
G=3.28%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.31
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3522400.940.310.8632089.197.25
Hex2321805E1F56140597
Octal432300136371265001317
Binary1000111011000010111101111110101101010000001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230218; }

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

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

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

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

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

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

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

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