Html Css Color HEX #382F03 Maire

📋 copy color: '#382F03'

red 56 ◦ green 47 ◦ blue 3

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

Shades of Maire #382F03

Tints of Maire #382F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.83%

R = 52.83%
G = 44.34%
B = 2.83%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.78

RGB Variations

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

Color information

#382F03 (or 0x382F03) is known color: Maire. HEX triplet: 38, 2F and 03. RGB value is (56,47,3). Sum of RGB (Red+Green+Blue) = 56+47+3=106 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.83% from 106); Green value is 47 (18.75% from 255 or 44.34% from 106); Blue value is 3 (1.56% from 255 or 2.83% from 106); Max value from RGB is 56 - color contains mainly: red. Hex color #382F03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382F03 is #C7D0FC. Grayscale: #2C2C2C. Windows color (decimal): -13095165 or 208696. OLE color: 208696.

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

Color convert

RGB 56 47 3 -
CMYK 0 0.16 0.95 0.78
HSL 49.81º 0.9% 0.12% -
HSV(B) 49.81º 0.95% 0.22% -
XYZ 2.66 2.88 0.5 -
YUV 44.68 104.48 136.08 -
System Red Green Blue C M Y K H S L
Decimal 56 47 3 0 0.16 0.95 0.78 49.81 0.9 0.12
Hex 38 2F 3 0 10 5F 4E 32 5A C
Octal 70 57 3 0 20 137 116 62 132 14
Binary 111000 101111 11 0 10000 1011111 1001110 110010 1011010 1100

Color Harmonies of #382F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382F03

Black with #382F03

Text Example


Text Example

White with #382F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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