#10010A

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

Shades of Blackberry #10010A

Tints of Blackberry #10010A

Color information

#10010A (or 0x10010A) is unknown color: approx Blackberry. HEX triplet: 10, 01 and 0A. RGB value is (16,1,10). Sum of RGB (Red+Green+Blue) = 16+1+10=27 (3% of max value = 765). Red value is 16 (6.64% from 255 or 59.26% from 27); Green value is 1 (0.78% from 255 or 3.70% from 27); Blue value is 10 (4.30% from 255 or 37.04% from 27); Max value from RGB is 16 - color contains mainly: red. Hex color #10010A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10010A is #EFFEF5. Grayscale: #060606. Windows color (decimal): -15728374 or 655632. OLE color: 655632.

HSL color Cylindrical-coordinate representation of color #10010A: hue angle of 324º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10010A is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.94.

Color convert

RGB16110-
CMYK00.940.370.94
HSL324º88.24%3.33%-
HSV(B)324º93.75%6.27%-
XYZ0.280.150.3-
YUV6.51129.97134.77-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 59.26%
GREEN value IS 1 (0.78% from 255) = 3.70%
BLUE value IS 10 (4.30% from 255) = 37.04%
R=59.26%
G=3.70%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.37
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1611000.940.370.9432488.243.33
Hex101A05E255E144583
Octal201120136451365041303
Binary1000011010010111101001011011110101000100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10010A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10010A; }

 p { color: rgb(16,1,10); }

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

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

 a { background-color: rgb(16,1,10); }

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

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

 span { border-color: rgb(16,1,10); }

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