Html Css Color HEX #0A170A Black Bean

📋 copy color: '#0A170A'

red 10 ◦ green 23 ◦ blue 10

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

Shades of Black Bean #0A170A

Tints of Black Bean #0A170A

RGB

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

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

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

R = 23.26%
G = 53.49%
B = 23.26%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.57

 K value IS 0.91

RGB Variations

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

Color information

#0A170A (or 0x0A170A) is known color: Black Bean. HEX triplet: 0A, 17 and 0A. RGB value is (10,23,10). Sum of RGB (Red+Green+Blue) = 10+23+10=43 (5% of max value = 765). Red value is 10 (4.30% from 255 or 23.26% from 43); Green value is 23 (9.38% from 255 or 53.49% from 43); Blue value is 10 (4.30% from 255 or 23.26% from 43); Max value from RGB is 23 - color contains mainly: green. Hex color #0A170A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A170A is #F5E8F5. Grayscale: #111111. Windows color (decimal): -16115958 or 661258. OLE color: 661258.

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

Color convert

RGB 10 23 10 -
CMYK 0.57 0 0.57 0.91
HSL 120º 0.39% 0.06% -
HSV(B) 120º 0.57% 0.09% -
XYZ 0.49 0.7 0.4 -
YUV 17.63 123.69 122.56 -
System Red Green Blue C M Y K H S L
Decimal 10 23 10 0.57 0 0.57 0.91 120 0.39 0.06
Hex A 17 A 39 0 39 5B 78 27 6
Octal 12 27 12 71 0 71 133 170 47 6
Binary 1010 10111 1010 111001 0 111001 1011011 1111000 100111 110

Color Harmonies of #0A170A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A170A

Black with #0A170A

Text Example


Text Example

White with #0A170A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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