Html Css Color HEX #0A200E Black Bean

📋 copy color: '#0A200E'

red 10 ◦ green 32 ◦ blue 14

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

Shades of Black Bean #0A200E

Tints of Black Bean #0A200E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 57.14%

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

R = 17.86%
G = 57.14%
B = 25%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.56

 K value IS 0.87

RGB Variations

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

Color information

#0A200E (or 0x0A200E) is known color: Black Bean. HEX triplet: 0A, 20 and 0E. RGB value is (10,32,14). Sum of RGB (Red+Green+Blue) = 10+32+14=56 (7% of max value = 765). Red value is 10 (4.30% from 255 or 17.86% from 56); Green value is 32 (12.89% from 255 or 57.14% from 56); Blue value is 14 (5.86% from 255 or 25% from 56); Max value from RGB is 32 - color contains mainly: green. Hex color #0A200E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A200E is #F5DFF1. Grayscale: #171717. Windows color (decimal): -16113650 or 925706. OLE color: 925706.

HSL color Cylindrical-coordinate representation of color #0A200E: hue angle of 130.91º degrees, saturation: 0.52, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0A200E is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.87.

Color convert

RGB 10 32 14 -
CMYK 0.69 0 0.56 0.87
HSL 130.91º 0.52% 0.08% -
HSV(B) 130.91º 0.69% 0.13% -
XYZ 0.72 1.13 0.6 -
YUV 23.37 122.71 118.46 -
System Red Green Blue C M Y K H S L
Decimal 10 32 14 0.69 0 0.56 0.87 130.91 0.52 0.08
Hex A 20 E 45 0 38 57 83 34 8
Octal 12 40 16 105 0 70 127 203 64 10
Binary 1010 100000 1110 1000101 0 111000 1010111 10000011 110100 1000

Color Harmonies of #0A200E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A200E

Black with #0A200E

Text Example


Text Example

White with #0A200E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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