Html Css Color HEX #220B01 Seal Brown

📋 copy color: '#220B01'

red 34 ◦ green 11 ◦ blue 1

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

Shades of Seal Brown #220B01

Tints of Seal Brown #220B01

RGB

 RED value IS 34 (13.67% from 255) = 73.91%

 GREEN value IS 11 (4.69% from 255) = 23.91%

 BLUE value IS 1 (0.78% from 255) = 2.17%

R = 73.91%
G = 23.91%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.97

 K value IS 0.87

RGB Variations

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

Color information

#220B01 (or 0x220B01) is known color: Seal Brown. HEX triplet: 22, 0B and 01. RGB value is (34,11,1). Sum of RGB (Red+Green+Blue) = 34+11+1=46 (6% of max value = 765). Red value is 34 (13.67% from 255 or 73.91% from 46); Green value is 11 (4.69% from 255 or 23.91% from 46); Blue value is 1 (0.78% from 255 or 2.17% from 46); Max value from RGB is 34 - color contains mainly: red. Hex color #220B01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220B01 is #DDF4FE. Grayscale: #101010. Windows color (decimal): -14546175 or 68386. OLE color: 68386.

HSL color Cylindrical-coordinate representation of color #220B01: hue angle of 18.18º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #220B01 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.87.

Color convert

RGB 34 11 1 -
CMYK 0 0.68 0.97 0.87
HSL 18.18º 0.94% 0.07% -
HSV(B) 18.18º 0.97% 0.13% -
XYZ 0.78 0.58 0.1 -
YUV 16.74 119.12 140.31 -
System Red Green Blue C M Y K H S L
Decimal 34 11 1 0 0.68 0.97 0.87 18.18 0.94 0.07
Hex 22 B 1 0 44 61 57 12 5E 7
Octal 42 13 1 0 104 141 127 22 136 7
Binary 100010 1011 1 0 1000100 1100001 1010111 10010 1011110 111

Color Harmonies of #220B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220B01

Black with #220B01

Text Example


Text Example

White with #220B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220B01; }

 p { color: rgb(34,11,1); }

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

background-color css

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

 a { background-color: rgb(34,11,1); }

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

border-color css

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

 span { border-color: rgb(34,11,1); }

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