Html Css Color HEX #05320B Deep Fir

📋 copy color: '#05320B'

red 5 ◦ green 50 ◦ blue 11

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

Shades of Deep Fir #05320B

Tints of Deep Fir #05320B

RGB

 RED value IS 5 (2.34% from 255) = 7.58%

 GREEN value IS 50 (19.92% from 255) = 75.76%

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

R = 7.58%
G = 75.76%
B = 16.67%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.78

 K value IS 0.80

RGB Variations

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

Color information

#05320B (or 0x05320B) is known color: Deep Fir. HEX triplet: 05, 32 and 0B. RGB value is (5,50,11). Sum of RGB (Red+Green+Blue) = 5+50+11=66 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.58% from 66); Green value is 50 (19.92% from 255 or 75.76% from 66); Blue value is 11 (4.69% from 255 or 16.67% from 66); Max value from RGB is 50 - color contains mainly: green. Hex color #05320B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05320B is #FACDF4. Grayscale: #202020. Windows color (decimal): -16436725 or 733701. OLE color: 733701.

HSL color Cylindrical-coordinate representation of color #05320B: hue angle of 128º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #05320B is Cyan = 0.90, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.80.

Color convert

RGB 5 50 11 -
CMYK 0.90 0 0.78 0.80
HSL 128º 0.82% 0.11% -
HSV(B) 128º 0.9% 0.2% -
XYZ 1.26 2.34 0.7 -
YUV 32.1 116.09 108.67 -
System Red Green Blue C M Y K H S L
Decimal 5 50 11 0.90 0 0.78 0.80 128 0.82 0.11
Hex 5 32 B 5A 0 4E 50 80 52 B
Octal 5 62 13 132 0 116 120 200 122 13
Binary 101 110010 1011 1011010 0 1001110 1010000 10000000 1010010 1011

Color Harmonies of #05320B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05320B

Black with #05320B

Text Example


Text Example

White with #05320B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05320B; }

 p { color: rgb(5,50,11); }

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

background-color css

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

 a { background-color: rgb(5,50,11); }

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

border-color css

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

 span { border-color: rgb(5,50,11); }

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