Html Css Color HEX #031103 Black Bean

📋 copy color: '#031103'

red 3 ◦ green 17 ◦ blue 3

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

Shades of Black Bean #031103

Tints of Black Bean #031103

RGB

 RED value IS 3 (1.56% from 255) = 13.04%

 GREEN value IS 17 (7.03% from 255) = 73.91%

 BLUE value IS 3 (1.56% from 255) = 13.04%

R = 13.04%
G = 73.91%
B = 13.04%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.82

 K value IS 0.93

RGB Variations

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

Color information

#031103 (or 0x031103) is known color: Black Bean. HEX triplet: 03, 11 and 03. RGB value is (3,17,3). Sum of RGB (Red+Green+Blue) = 3+17+3=23 (3% of max value = 765). Red value is 3 (1.56% from 255 or 13.04% from 23); Green value is 17 (7.03% from 255 or 73.91% from 23); Blue value is 3 (1.56% from 255 or 13.04% from 23); Max value from RGB is 17 - color contains mainly: green. Hex color #031103 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031103 is #FCEEFC. Grayscale: #0B0B0B. Windows color (decimal): -16576253 or 200963. OLE color: 200963.

HSL color Cylindrical-coordinate representation of color #031103: hue angle of 120º degrees, saturation: 0.7, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #031103 is Cyan = 0.82, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.93.

Color convert

RGB 3 17 3 -
CMYK 0.82 0 0.82 0.93
HSL 120º 0.7% 0.04% -
HSV(B) 120º 0.82% 0.07% -
XYZ 0.25 0.43 0.16 -
YUV 11.22 123.36 122.14 -
System Red Green Blue C M Y K H S L
Decimal 3 17 3 0.82 0 0.82 0.93 120 0.7 0.04
Hex 3 11 3 52 0 52 5D 78 46 4
Octal 3 21 3 122 0 122 135 170 106 4
Binary 11 10001 11 1010010 0 1010010 1011101 1111000 1000110 100

Color Harmonies of #031103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031103

Black with #031103

Text Example


Text Example

White with #031103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031103; }

 p { color: rgb(3,17,3); }

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

background-color css

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

 a { background-color: rgb(3,17,3); }

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

border-color css

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

 span { border-color: rgb(3,17,3); }

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