Html Css Color HEX #0A130B Black Bean

📋 copy color: '#0A130B'

red 10 ◦ green 19 ◦ blue 11

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

Shades of Black Bean #0A130B

Tints of Black Bean #0A130B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 47.5%

 BLUE value IS 11 (4.69% from 255) = 27.5%

R = 25%
G = 47.5%
B = 27.5%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.42

 K value IS 0.93

RGB Variations

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

Color information

#0A130B (or 0x0A130B) is known color: Black Bean. HEX triplet: 0A, 13 and 0B. RGB value is (10,19,11). Sum of RGB (Red+Green+Blue) = 10+19+11=40 (5% of max value = 765). Red value is 10 (4.30% from 255 or 25% from 40); Green value is 19 (7.81% from 255 or 47.5% from 40); Blue value is 11 (4.69% from 255 or 27.5% from 40); Max value from RGB is 19 - color contains mainly: green. Hex color #0A130B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A130B is #F5ECF4. Grayscale: #0F0F0F. Windows color (decimal): -16116981 or 725770. OLE color: 725770.

HSL color Cylindrical-coordinate representation of color #0A130B: hue angle of 126.67º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #0A130B is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.93.

Color convert

RGB 10 19 11 -
CMYK 0.47 0 0.42 0.93
HSL 126.67º 0.31% 0.06% -
HSV(B) 126.67º 0.47% 0.07% -
XYZ 0.42 0.55 0.4 -
YUV 15.4 125.52 124.15 -
System Red Green Blue C M Y K H S L
Decimal 10 19 11 0.47 0 0.42 0.93 126.67 0.31 0.06
Hex A 13 B 2F 0 2A 5D 7F 1F 6
Octal 12 23 13 57 0 52 135 177 37 6
Binary 1010 10011 1011 101111 0 101010 1011101 1111111 11111 110

Color Harmonies of #0A130B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A130B

Black with #0A130B

Text Example


Text Example

White with #0A130B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,19,11); }

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

background-color css

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

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

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

border-color css

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

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

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