Html Css Color HEX #0A170C Black Bean

📋 copy color: '#0A170C'

red 10 ◦ green 23 ◦ blue 12

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

Shades of Black Bean #0A170C

Tints of Black Bean #0A170C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 26.67%

R = 22.22%
G = 51.11%
B = 26.67%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.48

 K value IS 0.91

RGB Variations

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

Color information

#0A170C (or 0x0A170C) is known color: Black Bean. HEX triplet: 0A, 17 and 0C. RGB value is (10,23,12). Sum of RGB (Red+Green+Blue) = 10+23+12=45 (5% of max value = 765). Red value is 10 (4.30% from 255 or 22.22% from 45); Green value is 23 (9.38% from 255 or 51.11% from 45); Blue value is 12 (5.08% from 255 or 26.67% from 45); Max value from RGB is 23 - color contains mainly: green. Hex color #0A170C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A170C is #F5E8F3. Grayscale: #111111. Windows color (decimal): -16115956 or 792330. OLE color: 792330.

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

Color convert

RGB 10 23 12 -
CMYK 0.57 0 0.48 0.91
HSL 129.23º 0.39% 0.06% -
HSV(B) 129.23º 0.57% 0.09% -
XYZ 0.5 0.7 0.46 -
YUV 17.86 124.69 122.39 -
System Red Green Blue C M Y K H S L
Decimal 10 23 12 0.57 0 0.48 0.91 129.23 0.39 0.06
Hex A 17 C 39 0 30 5B 81 27 6
Octal 12 27 14 71 0 60 133 201 47 6
Binary 1010 10111 1100 111001 0 110000 1011011 10000001 100111 110

Color Harmonies of #0A170C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A170C

Black with #0A170C

Text Example


Text Example

White with #0A170C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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