Html Css Color HEX #01330F Deep Fir

📋 copy color: '#01330F'

red 1 ◦ green 51 ◦ blue 15

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

Shades of Deep Fir #01330F

Tints of Deep Fir #01330F

RGB

 RED value IS 1 (0.78% from 255) = 1.49%

 GREEN value IS 51 (20.31% from 255) = 76.12%

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

R = 1.49%
G = 76.12%
B = 22.39%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.71

 K value IS 0.8

RGB Variations

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

Color information

#01330F (or 0x01330F) is known color: Deep Fir. HEX triplet: 01, 33 and 0F. RGB value is (1,51,15). Sum of RGB (Red+Green+Blue) = 1+51+15=67 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.49% from 67); Green value is 51 (20.31% from 255 or 76.12% from 67); Blue value is 15 (6.25% from 255 or 22.39% from 67); Max value from RGB is 51 - color contains mainly: green. Hex color #01330F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01330F is #FECCF0. Grayscale: #202020. Windows color (decimal): -16698609 or 996097. OLE color: 996097.

HSL color Cylindrical-coordinate representation of color #01330F: hue angle of 136.8º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01330F is Cyan = 0.98, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.8.

Color convert

RGB 1 51 15 -
CMYK 0.98 0 0.71 0.8
HSL 136.8º 0.96% 0.1% -
HSV(B) 136.8º 0.98% 0.2% -
XYZ 1.28 2.41 0.85 -
YUV 31.95 118.44 105.93 -
System Red Green Blue C M Y K H S L
Decimal 1 51 15 0.98 0 0.71 0.8 136.8 0.96 0.1
Hex 1 33 F 62 0 47 50 89 60 A
Octal 1 63 17 142 0 107 120 211 140 12
Binary 1 110011 1111 1100010 0 1000111 1010000 10001001 1100000 1010

Color Harmonies of #01330F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01330F

Black with #01330F

Text Example


Text Example

White with #01330F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01330F; }

 p { color: rgb(1,51,15); }

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

background-color css

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

 a { background-color: rgb(1,51,15); }

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

border-color css

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

 span { border-color: rgb(1,51,15); }

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