Html Css Color HEX #383101 Maire

📋 copy color: '#383101'

red 56 ◦ green 49 ◦ blue 1

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

Shades of Maire #383101

Tints of Maire #383101

RGB

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

 GREEN value IS 49 (19.53% from 255) = 46.23%

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

R = 52.83%
G = 46.23%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#383101 (or 0x383101) is known color: Maire. HEX triplet: 38, 31 and 01. RGB value is (56,49,1). Sum of RGB (Red+Green+Blue) = 56+49+1=106 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.83% from 106); Green value is 49 (19.53% from 255 or 46.23% from 106); Blue value is 1 (0.78% from 255 or 0.94% from 106); Max value from RGB is 56 - color contains mainly: red. Hex color #383101 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383101 is #C7CEFE. Grayscale: #2D2D2D. Windows color (decimal): -13094655 or 78136. OLE color: 78136.

HSL color Cylindrical-coordinate representation of color #383101: hue angle of 52.36º 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 #383101 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 49 1 -
CMYK 0 0.12 0.98 0.78
HSL 52.36º 0.96% 0.11% -
HSV(B) 52.36º 0.98% 0.22% -
XYZ 2.73 3.04 0.47 -
YUV 45.62 102.82 135.4 -
System Red Green Blue C M Y K H S L
Decimal 56 49 1 0 0.12 0.98 0.78 52.36 0.96 0.11
Hex 38 31 1 0 C 62 4E 34 60 B
Octal 70 61 1 0 14 142 116 64 140 13
Binary 111000 110001 1 0 1100 1100010 1001110 110100 1100000 1011

Color Harmonies of #383101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383101

Black with #383101

Text Example


Text Example

White with #383101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383101; }

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

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

background-color css

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

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

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

border-color css

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

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

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