Html Css Color HEX #05250B Deep Fir

📋 copy color: '#05250B'

red 5 ◦ green 37 ◦ blue 11

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

Shades of Deep Fir #05250B

Tints of Deep Fir #05250B

RGB

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

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

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

R = 9.43%
G = 69.81%
B = 20.75%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.70

 K value IS 0.85

RGB Variations

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

Color information

#05250B (or 0x05250B) is known color: Deep Fir. HEX triplet: 05, 25 and 0B. RGB value is (5,37,11). Sum of RGB (Red+Green+Blue) = 5+37+11=53 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.43% from 53); Green value is 37 (14.84% from 255 or 69.81% from 53); Blue value is 11 (4.69% from 255 or 20.75% from 53); Max value from RGB is 37 - color contains mainly: green. Hex color #05250B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05250B is #FADAF4. Grayscale: #181818. Windows color (decimal): -16440053 or 730373. OLE color: 730373.

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

Color convert

RGB 5 37 11 -
CMYK 0.86 0 0.70 0.85
HSL 131.25º 0.76% 0.08% -
HSV(B) 131.25º 0.86% 0.15% -
XYZ 0.78 1.38 0.54 -
YUV 24.47 120.4 114.11 -
System Red Green Blue C M Y K H S L
Decimal 5 37 11 0.86 0 0.70 0.85 131.25 0.76 0.08
Hex 5 25 B 56 0 46 55 83 4C 8
Octal 5 45 13 126 0 106 125 203 114 10
Binary 101 100101 1011 1010110 0 1000110 1010101 10000011 1001100 1000

Color Harmonies of #05250B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05250B

Black with #05250B

Text Example


Text Example

White with #05250B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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