Html Css Color HEX #04250B Deep Fir

📋 copy color: '#04250B'

red 4 ◦ green 37 ◦ blue 11

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

Shades of Deep Fir #04250B

Tints of Deep Fir #04250B

RGB

 RED value IS 4 (1.95% from 255) = 7.69%

 GREEN value IS 37 (14.84% from 255) = 71.15%

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

R = 7.69%
G = 71.15%
B = 21.15%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.70

 K value IS 0.85

RGB Variations

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

Color information

#04250B (or 0x04250B) is known color: Deep Fir. HEX triplet: 04, 25 and 0B. RGB value is (4,37,11). Sum of RGB (Red+Green+Blue) = 4+37+11=52 (6% of max value = 765). Red value is 4 (1.95% from 255 or 7.69% from 52); Green value is 37 (14.84% from 255 or 71.15% from 52); Blue value is 11 (4.69% from 255 or 21.15% from 52); Max value from RGB is 37 - color contains mainly: green. Hex color #04250B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04250B is #FBDAF4. Grayscale: #181818. Windows color (decimal): -16505589 or 730372. OLE color: 730372.

HSL color Cylindrical-coordinate representation of color #04250B: hue angle of 132.73º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #04250B is Cyan = 0.89, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.85.

Color convert

RGB 4 37 11 -
CMYK 0.89 0 0.70 0.85
HSL 132.73º 0.8% 0.08% -
HSV(B) 132.73º 0.89% 0.15% -
XYZ 0.77 1.37 0.54 -
YUV 24.17 120.57 113.61 -
System Red Green Blue C M Y K H S L
Decimal 4 37 11 0.89 0 0.70 0.85 132.73 0.8 0.08
Hex 4 25 B 59 0 46 55 85 50 8
Octal 4 45 13 131 0 106 125 205 120 10
Binary 100 100101 1011 1011001 0 1000110 1010101 10000101 1010000 1000

Color Harmonies of #04250B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04250B

Black with #04250B

Text Example


Text Example

White with #04250B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,37,11); }

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

background-color css

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

 a { background-color: rgb(4,37,11); }

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

border-color css

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

 span { border-color: rgb(4,37,11); }

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