Html Css Color HEX #382C01 Maire

📋 copy color: '#382C01'

red 56 ◦ green 44 ◦ blue 1

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

Shades of Maire #382C01

Tints of Maire #382C01

RGB

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

 GREEN value IS 44 (17.58% from 255) = 43.56%

 BLUE value IS 1 (0.78% from 255) = 0.99%

R = 55.45%
G = 43.56%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#382C01 (or 0x382C01) is known color: Maire. HEX triplet: 38, 2C and 01. RGB value is (56,44,1). Sum of RGB (Red+Green+Blue) = 56+44+1=101 (13% of max value = 765). Red value is 56 (22.27% from 255 or 55.45% from 101); Green value is 44 (17.58% from 255 or 43.56% from 101); Blue value is 1 (0.78% from 255 or 0.99% from 101); Max value from RGB is 56 - color contains mainly: red. Hex color #382C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382C01 is #C7D3FE. Grayscale: #2A2A2A. Windows color (decimal): -13095935 or 76856. OLE color: 76856.

HSL color Cylindrical-coordinate representation of color #382C01: hue angle of 46.91º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #382C01 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 44 1 -
CMYK 0 0.21 0.98 0.78
HSL 46.91º 0.96% 0.11% -
HSV(B) 46.91º 0.98% 0.22% -
XYZ 2.54 2.64 0.41 -
YUV 42.69 104.48 137.5 -
System Red Green Blue C M Y K H S L
Decimal 56 44 1 0 0.21 0.98 0.78 46.91 0.96 0.11
Hex 38 2C 1 0 15 62 4E 2F 60 B
Octal 70 54 1 0 25 142 116 57 140 13
Binary 111000 101100 1 0 10101 1100010 1001110 101111 1100000 1011

Color Harmonies of #382C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382C01

Black with #382C01

Text Example


Text Example

White with #382C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,44,1); }

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

background-color css

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

 a { background-color: rgb(56,44,1); }

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

border-color css

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

 span { border-color: rgb(56,44,1); }

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