Html Css Color HEX #0D220F Black Bean

📋 copy color: '#0D220F'

red 13 ◦ green 34 ◦ blue 15

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

Shades of Black Bean #0D220F

Tints of Black Bean #0D220F

RGB

 RED value IS 13 (5.47% from 255) = 20.97%

 GREEN value IS 34 (13.67% from 255) = 54.84%

 BLUE value IS 15 (6.25% from 255) = 24.19%

R = 20.97%
G = 54.84%
B = 24.19%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.56

 K value IS 0.87

RGB Variations

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

Color information

#0D220F (or 0x0D220F) is known color: Black Bean. HEX triplet: 0D, 22 and 0F. RGB value is (13,34,15). Sum of RGB (Red+Green+Blue) = 13+34+15=62 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.97% from 62); Green value is 34 (13.67% from 255 or 54.84% from 62); Blue value is 15 (6.25% from 255 or 24.19% from 62); Max value from RGB is 34 - color contains mainly: green. Hex color #0D220F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D220F is #F2DDF0. Grayscale: #191919. Windows color (decimal): -15916529 or 991757. OLE color: 991757.

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

Color convert

RGB 13 34 15 -
CMYK 0.62 0 0.56 0.87
HSL 125.71º 0.45% 0.09% -
HSV(B) 125.71º 0.62% 0.13% -
XYZ 0.82 1.26 0.65 -
YUV 25.56 122.04 119.04 -
System Red Green Blue C M Y K H S L
Decimal 13 34 15 0.62 0 0.56 0.87 125.71 0.45 0.09
Hex D 22 F 3E 0 38 57 7E 2D 9
Octal 15 42 17 76 0 70 127 176 55 11
Binary 1101 100010 1111 111110 0 111000 1010111 1111110 101101 1001

Color Harmonies of #0D220F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D220F

Black with #0D220F

Text Example


Text Example

White with #0D220F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,34,15); }

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

background-color css

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

 a { background-color: rgb(13,34,15); }

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

border-color css

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

 span { border-color: rgb(13,34,15); }

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