Html Css Color HEX #11000A Blackberry

📋 copy color: '#11000A'

red 17 ◦ green 0 ◦ blue 10

#11000A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #11000A

Tints of Blackberry #11000A

RGB

 RED value IS 17 (7.03% from 255) = 62.96%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 10 (4.3% from 255) = 37.04%

R = 62.96%
G = 0%
B = 37.04%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.93

RGB Variations

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

Color information

#11000A (or 0x11000A) is known color: Blackberry. HEX triplet: 11, 00 and 0A. RGB value is (17,0,10). Sum of RGB (Red+Green+Blue) = 17+0+10=27 (3% of max value = 765). Red value is 17 (7.03% from 255 or 62.96% from 27); Green value is 0 (0.39% from 255 or 0% from 27); Blue value is 10 (4.30% from 255 or 37.04% from 27); Max value from RGB is 17 - color contains mainly: red. Hex color #11000A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11000A is #EEFFF5. Grayscale: #060606. Windows color (decimal): -15663094 or 655377. OLE color: 655377.

HSL color Cylindrical-coordinate representation of color #11000A: hue angle of 324.71º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #11000A is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.93.

Color convert

RGB 17 0 10 -
CMYK 0 1 0.41 0.93
HSL 324.71º 1% 0.03% -
HSV(B) 324.71º 1% 0.07% -
XYZ 0.29 0.14 0.3 -
YUV 6.22 130.13 135.69 -
System Red Green Blue C M Y K H S L
Decimal 17 0 10 0 1 0.41 0.93 324.71 1 0.03
Hex 11 0 A 0 64 29 5D 145 64 3
Octal 21 0 12 0 144 51 135 505 144 3
Binary 10001 0 1010 0 1100100 101001 1011101 101000101 1100100 11

Color Harmonies of #11000A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11000A

Black with #11000A

Text Example


Text Example

White with #11000A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,0,10); }

 H1.HeaderClassName
 {
   color: #11000A;
 }
 .AnyTagClassName
 {
   color: #11000A;
 }
</style>

background-color css

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

 a { background-color: rgb(17,0,10); }

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

border-color css

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

 span { border-color: rgb(17,0,10); }

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