Html Css Color HEX #0C381F Deep Fir

📋 copy color: '#0C381F'

red 12 ◦ green 56 ◦ blue 31

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

Shades of Deep Fir #0C381F

Tints of Deep Fir #0C381F

RGB

 RED value IS 12 (5.08% from 255) = 12.12%

 GREEN value IS 56 (22.27% from 255) = 56.57%

 BLUE value IS 31 (12.5% from 255) = 31.31%

R = 12.12%
G = 56.57%
B = 31.31%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.45

 K value IS 0.78

RGB Variations

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

Color information

#0C381F (or 0x0C381F) is known color: Deep Fir. HEX triplet: 0C, 38 and 1F. RGB value is (12,56,31). Sum of RGB (Red+Green+Blue) = 12+56+31=99 (13% of max value = 765). Red value is 12 (5.08% from 255 or 12.12% from 99); Green value is 56 (22.27% from 255 or 56.57% from 99); Blue value is 31 (12.5% from 255 or 31.31% from 99); Max value from RGB is 56 - color contains mainly: green. Hex color #0C381F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C381F is #F3C7E0. Grayscale: #282828. Windows color (decimal): -15976417 or 2045964. OLE color: 2045964.

HSL color Cylindrical-coordinate representation of color #0C381F: hue angle of 145.91º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0C381F is Cyan = 0.79, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.78.

Color convert

RGB 12 56 31 -
CMYK 0.79 0 0.45 0.78
HSL 145.91º 0.65% 0.13% -
HSV(B) 145.91º 0.79% 0.22% -
XYZ 1.81 3.01 1.78 -
YUV 39.99 122.92 108.03 -
System Red Green Blue C M Y K H S L
Decimal 12 56 31 0.79 0 0.45 0.78 145.91 0.65 0.13
Hex C 38 1F 4F 0 2D 4E 92 41 D
Octal 14 70 37 117 0 55 116 222 101 15
Binary 1100 111000 11111 1001111 0 101101 1001110 10010010 1000001 1101

Color Harmonies of #0C381F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C381F

Black with #0C381F

Text Example


Text Example

White with #0C381F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C381F; }

 p { color: rgb(12,56,31); }

 H1.HeaderClassName
 {
   color: #0C381F;
 }
 .AnyTagClassName
 {
   color: #0C381F;
 }
</style>

background-color css

<style>
 a { background-color: #0C381F; }

 a { background-color: rgb(12,56,31); }

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

border-color css

<style>
 span { border-color: #0C381F; }

 span { border-color: rgb(12,56,31); }

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