Html Css Color HEX #0A170D Black Bean

📋 copy color: '#0A170D'

red 10 ◦ green 23 ◦ blue 13

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

Shades of Black Bean #0A170D

Tints of Black Bean #0A170D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 28.26%

R = 21.74%
G = 50%
B = 28.26%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.43

 K value IS 0.91

RGB Variations

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

Color information

#0A170D (or 0x0A170D) is known color: Black Bean. HEX triplet: 0A, 17 and 0D. RGB value is (10,23,13). Sum of RGB (Red+Green+Blue) = 10+23+13=46 (6% of max value = 765). Red value is 10 (4.30% from 255 or 21.74% from 46); Green value is 23 (9.38% from 255 or 50% from 46); Blue value is 13 (5.47% from 255 or 28.26% from 46); Max value from RGB is 23 - color contains mainly: green. Hex color #0A170D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A170D is #F5E8F2. Grayscale: #121212. Windows color (decimal): -16115955 or 857866. OLE color: 857866.

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

Color convert

RGB 10 23 13 -
CMYK 0.57 0 0.43 0.91
HSL 133.85º 0.39% 0.06% -
HSV(B) 133.85º 0.57% 0.09% -
XYZ 0.5 0.71 0.49 -
YUV 17.97 125.19 122.31 -
System Red Green Blue C M Y K H S L
Decimal 10 23 13 0.57 0 0.43 0.91 133.85 0.39 0.06
Hex A 17 D 39 0 2B 5B 86 27 6
Octal 12 27 15 71 0 53 133 206 47 6
Binary 1010 10111 1101 111001 0 101011 1011011 10000110 100111 110

Color Harmonies of #0A170D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A170D

Black with #0A170D

Text Example


Text Example

White with #0A170D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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