#230012

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

Shades of Blackberry #230012

Tints of Blackberry #230012

Color information

#230012 (or 0x230012) is unknown color: approx Blackberry. HEX triplet: 23, 00 and 12. RGB value is (35,0,18). Sum of RGB (Red+Green+Blue) = 35+0+18=53 (7% of max value = 765). Red value is 35 (14.06% from 255 or 66.04% from 53); Green value is 0 (0.39% from 255 or 0% from 53); Blue value is 18 (7.42% from 255 or 33.96% from 53); Max value from RGB is 35 - color contains mainly: red. Hex color #230012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230012 is #DCFFED. Grayscale: #0C0C0C. Windows color (decimal): -14483438 or 1179683. OLE color: 1179683.

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

Color convert

RGB35018-
CMYK010.490.86
HSL329.14º100%6.86%-
HSV(B)329.14º100%13.73%-
XYZ0.80.40.61-
YUV12.52131.1144.04-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 66.04%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 18 (7.42% from 255) = 33.96%
R=66.04%
G=0%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.49
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35018010.490.86329.141006.86
Hex230120643156149647
Octal430220144611265111447
Binary1000110100100110010011000110101101010010011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230012; }

 p { color: rgb(35,0,18); }

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

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

 a { background-color: rgb(35,0,18); }

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

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

 span { border-color: rgb(35,0,18); }

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