Html Css Color HEX #00350A Deep Fir

📋 copy color: '#00350A'

red 0 ◦ green 53 ◦ blue 10

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

Shades of Deep Fir #00350A

Tints of Deep Fir #00350A

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 53 (21.09% from 255) = 84.13%

 BLUE value IS 10 (4.3% from 255) = 15.87%

R = 0%
G = 84.13%
B = 15.87%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.81

 K value IS 0.79

RGB Variations

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

Color information

#00350A (or 0x00350A) is known color: Deep Fir. HEX triplet: 00, 35 and 0A. RGB value is (0,53,10). Sum of RGB (Red+Green+Blue) = 0+53+10=63 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 63); Green value is 53 (21.09% from 255 or 84.13% from 63); Blue value is 10 (4.30% from 255 or 15.87% from 63); Max value from RGB is 53 - color contains mainly: green. Hex color #00350A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00350A is #FFCAF5. Grayscale: #202020. Windows color (decimal): -16763638 or 668928. OLE color: 668928.

HSL color Cylindrical-coordinate representation of color #00350A: hue angle of 131.32º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00350A is Cyan = 1, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.79.

Color convert

RGB 0 53 10 -
CMYK 1 0 0.81 0.79
HSL 131.32º 1% 0.1% -
HSV(B) 131.32º 1% 0.21% -
XYZ 1.33 2.57 0.71 -
YUV 32.25 115.44 105 -
System Red Green Blue C M Y K H S L
Decimal 0 53 10 1 0 0.81 0.79 131.32 1 0.1
Hex 0 35 A 64 0 51 4F 83 64 A
Octal 0 65 12 144 0 121 117 203 144 12
Binary 0 110101 1010 1100100 0 1010001 1001111 10000011 1100100 1010

Color Harmonies of #00350A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00350A

Black with #00350A

Text Example


Text Example

White with #00350A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00350A; }

 p { color: rgb(0,53,10); }

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

background-color css

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

 a { background-color: rgb(0,53,10); }

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

border-color css

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

 span { border-color: rgb(0,53,10); }

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