Html Css Color HEX #10301B Deep Fir

📋 copy color: '#10301B'

red 16 ◦ green 48 ◦ blue 27

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

Shades of Deep Fir #10301B

Tints of Deep Fir #10301B

RGB

 RED value IS 16 (6.64% from 255) = 17.58%

 GREEN value IS 48 (19.14% from 255) = 52.75%

 BLUE value IS 27 (10.94% from 255) = 29.67%

R = 17.58%
G = 52.75%
B = 29.67%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.44

 K value IS 0.81

RGB Variations

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

Color information

#10301B (or 0x10301B) is known color: Deep Fir. HEX triplet: 10, 30 and 1B. RGB value is (16,48,27). Sum of RGB (Red+Green+Blue) = 16+48+27=91 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.58% from 91); Green value is 48 (19.14% from 255 or 52.75% from 91); Blue value is 27 (10.94% from 255 or 29.67% from 91); Max value from RGB is 48 - color contains mainly: green. Hex color #10301B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10301B is #EFCFE4. Grayscale: #242424. Windows color (decimal): -15716325 or 1781776. OLE color: 1781776.

HSL color Cylindrical-coordinate representation of color #10301B: hue angle of 140.62º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #10301B is Cyan = 0.67, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.81.

Color convert

RGB 16 48 27 -
CMYK 0.67 0 0.44 0.81
HSL 140.63º 0.5% 0.13% -
HSV(B) 140.63º 0.67% 0.19% -
XYZ 1.47 2.3 1.4 -
YUV 36.04 122.9 113.71 -
System Red Green Blue C M Y K H S L
Decimal 16 48 27 0.67 0 0.44 0.81 140.63 0.5 0.13
Hex 10 30 1B 43 0 2C 51 8D 32 D
Octal 20 60 33 103 0 54 121 215 62 15
Binary 10000 110000 11011 1000011 0 101100 1010001 10001101 110010 1101

Color Harmonies of #10301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10301B

Black with #10301B

Text Example


Text Example

White with #10301B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,48,27); }

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

background-color css

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

 a { background-color: rgb(16,48,27); }

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

border-color css

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

 span { border-color: rgb(16,48,27); }

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