Html Css Color HEX #0A170E Black Bean

📋 copy color: '#0A170E'

red 10 ◦ green 23 ◦ blue 14

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

Shades of Black Bean #0A170E

Tints of Black Bean #0A170E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 29.79%

R = 21.28%
G = 48.94%
B = 29.79%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.39

 K value IS 0.91

RGB Variations

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

Color information

#0A170E (or 0x0A170E) is known color: Black Bean. HEX triplet: 0A, 17 and 0E. RGB value is (10,23,14). Sum of RGB (Red+Green+Blue) = 10+23+14=47 (6% of max value = 765). Red value is 10 (4.30% from 255 or 21.28% from 47); Green value is 23 (9.38% from 255 or 48.94% from 47); Blue value is 14 (5.86% from 255 or 29.79% from 47); Max value from RGB is 23 - color contains mainly: green. Hex color #0A170E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A170E is #F5E8F1. Grayscale: #121212. Windows color (decimal): -16115954 or 923402. OLE color: 923402.

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

Color convert

RGB 10 23 14 -
CMYK 0.57 0 0.39 0.91
HSL 138.46º 0.39% 0.06% -
HSV(B) 138.46º 0.57% 0.09% -
XYZ 0.51 0.71 0.53 -
YUV 18.09 125.69 122.23 -
System Red Green Blue C M Y K H S L
Decimal 10 23 14 0.57 0 0.39 0.91 138.46 0.39 0.06
Hex A 17 E 39 0 27 5B 8A 27 6
Octal 12 27 16 71 0 47 133 212 47 6
Binary 1010 10111 1110 111001 0 100111 1011011 10001010 100111 110

Color Harmonies of #0A170E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A170E

Black with #0A170E

Text Example


Text Example

White with #0A170E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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