Html Css Color HEX #382F07 Maire

📋 copy color: '#382F07'

red 56 ◦ green 47 ◦ blue 7

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

Shades of Maire #382F07

Tints of Maire #382F07

RGB

 RED value IS 56 (22.27% from 255) = 50.91%

 GREEN value IS 47 (18.75% from 255) = 42.73%

 BLUE value IS 7 (3.13% from 255) = 6.36%

R = 50.91%
G = 42.73%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.78

RGB Variations

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

Color information

#382F07 (or 0x382F07) is known color: Maire. HEX triplet: 38, 2F and 07. RGB value is (56,47,7). Sum of RGB (Red+Green+Blue) = 56+47+7=110 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.91% from 110); Green value is 47 (18.75% from 255 or 42.73% from 110); Blue value is 7 (3.12% from 255 or 6.36% from 110); Max value from RGB is 56 - color contains mainly: red. Hex color #382F07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382F07 is #C7D0F8. Grayscale: #2D2D2D. Windows color (decimal): -13095161 or 470840. OLE color: 470840.

HSL color Cylindrical-coordinate representation of color #382F07: hue angle of 48.98º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #382F07 is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 47 7 -
CMYK 0 0.16 0.88 0.78
HSL 48.98º 0.78% 0.12% -
HSV(B) 48.98º 0.88% 0.22% -
XYZ 2.69 2.89 0.62 -
YUV 45.13 106.48 135.75 -
System Red Green Blue C M Y K H S L
Decimal 56 47 7 0 0.16 0.88 0.78 48.98 0.78 0.12
Hex 38 2F 7 0 10 58 4E 31 4E C
Octal 70 57 7 0 20 130 116 61 116 14
Binary 111000 101111 111 0 10000 1011000 1001110 110001 1001110 1100

Color Harmonies of #382F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382F07

Black with #382F07

Text Example


Text Example

White with #382F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382F07; }

 p { color: rgb(56,47,7); }

 H1.HeaderClassName
 {
   color: #382F07;
 }
 .AnyTagClassName
 {
   color: #382F07;
 }
</style>

background-color css

<style>
 a { background-color: #382F07; }

 a { background-color: rgb(56,47,7); }

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

border-color css

<style>
 span { border-color: #382F07; }

 span { border-color: rgb(56,47,7); }

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