Html Css Color HEX #383302 Maire

📋 copy color: '#383302'

red 56 ◦ green 51 ◦ blue 2

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

Shades of Maire #383302

Tints of Maire #383302

RGB

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

 GREEN value IS 51 (20.31% from 255) = 46.79%

 BLUE value IS 2 (1.17% from 255) = 1.83%

R = 51.38%
G = 46.79%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.96

 K value IS 0.78

RGB Variations

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

Color information

#383302 (or 0x383302) is known color: Maire. HEX triplet: 38, 33 and 02. RGB value is (56,51,2). Sum of RGB (Red+Green+Blue) = 56+51+2=109 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.38% from 109); Green value is 51 (20.31% from 255 or 46.79% from 109); Blue value is 2 (1.17% from 255 or 1.83% from 109); Max value from RGB is 56 - color contains mainly: red. Hex color #383302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383302 is #C7CCFD. Grayscale: #2F2F2F. Windows color (decimal): -13094142 or 144184. OLE color: 144184.

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

Color convert

RGB 56 51 2 -
CMYK 0 0.09 0.96 0.78
HSL 54.44º 0.93% 0.11% -
HSV(B) 54.44º 0.96% 0.22% -
XYZ 2.83 3.21 0.53 -
YUV 46.91 102.66 134.48 -
System Red Green Blue C M Y K H S L
Decimal 56 51 2 0 0.09 0.96 0.78 54.44 0.93 0.11
Hex 38 33 2 0 9 60 4E 36 5D B
Octal 70 63 2 0 11 140 116 66 135 13
Binary 111000 110011 10 0 1001 1100000 1001110 110110 1011101 1011

Color Harmonies of #383302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383302

Black with #383302

Text Example


Text Example

White with #383302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383302; }

 p { color: rgb(56,51,2); }

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

background-color css

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

 a { background-color: rgb(56,51,2); }

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

border-color css

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

 span { border-color: rgb(56,51,2); }

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