Html Css Color HEX #0A170B Black Bean

📋 copy color: '#0A170B'

red 10 ◦ green 23 ◦ blue 11

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

Shades of Black Bean #0A170B

Tints of Black Bean #0A170B

RGB

 RED value IS 10 (4.3% from 255) = 22.73%

 GREEN value IS 23 (9.38% from 255) = 52.27%

 BLUE value IS 11 (4.69% from 255) = 25%

R = 22.73%
G = 52.27%
B = 25%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.52

 K value IS 0.91

RGB Variations

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

Color information

#0A170B (or 0x0A170B) is known color: Black Bean. HEX triplet: 0A, 17 and 0B. RGB value is (10,23,11). Sum of RGB (Red+Green+Blue) = 10+23+11=44 (5% of max value = 765). Red value is 10 (4.30% from 255 or 22.73% from 44); Green value is 23 (9.38% from 255 or 52.27% from 44); Blue value is 11 (4.69% from 255 or 25% from 44); Max value from RGB is 23 - color contains mainly: green. Hex color #0A170B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A170B is #F5E8F4. Grayscale: #111111. Windows color (decimal): -16115957 or 726794. OLE color: 726794.

HSL color Cylindrical-coordinate representation of color #0A170B: hue angle of 124.62º 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 #0A170B is Cyan = 0.57, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.91.

Color convert

RGB 10 23 11 -
CMYK 0.57 0 0.52 0.91
HSL 124.62º 0.39% 0.06% -
HSV(B) 124.62º 0.57% 0.09% -
XYZ 0.49 0.7 0.43 -
YUV 17.75 124.19 122.48 -
System Red Green Blue C M Y K H S L
Decimal 10 23 11 0.57 0 0.52 0.91 124.62 0.39 0.06
Hex A 17 B 39 0 34 5B 7D 27 6
Octal 12 27 13 71 0 64 133 175 47 6
Binary 1010 10111 1011 111001 0 110100 1011011 1111101 100111 110

Color Harmonies of #0A170B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A170B

Black with #0A170B

Text Example


Text Example

White with #0A170B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A170B; }

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

 H1.HeaderClassName
 {
   color: #0A170B;
 }
 .AnyTagClassName
 {
   color: #0A170B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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