Html Css Color HEX #170A11 Blackberry

📋 copy color: '#170A11'

red 23 ◦ green 10 ◦ blue 17

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

Shades of Blackberry #170A11

Tints of Blackberry #170A11

RGB

 RED value IS 23 (9.38% from 255) = 46%

 GREEN value IS 10 (4.3% from 255) = 20%

 BLUE value IS 17 (7.03% from 255) = 34%

R = 46%
G = 20%
B = 34%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.91

RGB Variations

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

Color information

#170A11 (or 0x170A11) is known color: Blackberry. HEX triplet: 17, 0A and 11. RGB value is (23,10,17). Sum of RGB (Red+Green+Blue) = 23+10+17=50 (6% of max value = 765). Red value is 23 (9.38% from 255 or 46% from 50); Green value is 10 (4.30% from 255 or 20% from 50); Blue value is 17 (7.03% from 255 or 34% from 50); Max value from RGB is 23 - color contains mainly: red. Hex color #170A11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170A11 is #E8F5EE. Grayscale: #0E0E0E. Windows color (decimal): -15267311 or 1116695. OLE color: 1116695.

HSL color Cylindrical-coordinate representation of color #170A11: hue angle of 327.69º degrees, saturation: 0.39, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #170A11 is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.91.

Color convert

RGB 23 10 17 -
CMYK 0 0.57 0.26 0.91
HSL 327.69º 0.39% 0.06% -
HSV(B) 327.69º 0.57% 0.09% -
XYZ 0.56 0.44 0.59 -
YUV 14.69 129.31 133.93 -
System Red Green Blue C M Y K H S L
Decimal 23 10 17 0 0.57 0.26 0.91 327.69 0.39 0.06
Hex 17 A 11 0 39 1A 5B 148 27 6
Octal 27 12 21 0 71 32 133 510 47 6
Binary 10111 1010 10001 0 111001 11010 1011011 101001000 100111 110

Color Harmonies of #170A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170A11

Black with #170A11

Text Example


Text Example

White with #170A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #170A11; }

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

 H1.HeaderClassName
 {
   color: #170A11;
 }
 .AnyTagClassName
 {
   color: #170A11;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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