Html Css Color HEX #383000 Maire

📋 copy color: '#383000'

red 56 ◦ green 48 ◦ blue 0

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

Shades of Maire #383000

Tints of Maire #383000

RGB

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

 GREEN value IS 48 (19.14% from 255) = 46.15%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.85%
G = 46.15%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#383000 (or 0x383000) is known color: Maire. HEX triplet: 38, 30 and 00. RGB value is (56,48,0). Sum of RGB (Red+Green+Blue) = 56+48+0=104 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.85% from 104); Green value is 48 (19.14% from 255 or 46.15% from 104); Blue value is 0 (0.39% from 255 or 0% from 104); Max value from RGB is 56 - color contains mainly: red. Hex color #383000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383000 is #C7CFFF. Grayscale: #2D2D2D. Windows color (decimal): -13094912 or 12344. OLE color: 12344.

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

Color convert

RGB 56 48 0 -
CMYK 0 0.14 1 0.78
HSL 51.43º 1% 0.11% -
HSV(B) 51.43º 1% 0.22% -
XYZ 2.69 2.95 0.43 -
YUV 44.92 102.65 135.9 -
System Red Green Blue C M Y K H S L
Decimal 56 48 0 0 0.14 1 0.78 51.43 1 0.11
Hex 38 30 0 0 E 64 4E 33 64 B
Octal 70 60 0 0 16 144 116 63 144 13
Binary 111000 110000 0 0 1110 1100100 1001110 110011 1100100 1011

Color Harmonies of #383000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383000

Black with #383000

Text Example


Text Example

White with #383000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383000; }

 p { color: rgb(56,48,0); }

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

background-color css

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

 a { background-color: rgb(56,48,0); }

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

border-color css

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

 span { border-color: rgb(56,48,0); }

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