Html Css Color HEX #363002 Maire

📋 copy color: '#363002'

red 54 ◦ green 48 ◦ blue 2

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

Shades of Maire #363002

Tints of Maire #363002

RGB

 RED value IS 54 (21.48% from 255) = 51.92%

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

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

R = 51.92%
G = 46.15%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0.79

RGB Variations

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

Color information

#363002 (or 0x363002) is known color: Maire. HEX triplet: 36, 30 and 02. RGB value is (54,48,2). Sum of RGB (Red+Green+Blue) = 54+48+2=104 (13% of max value = 765). Red value is 54 (21.48% from 255 or 51.92% from 104); Green value is 48 (19.14% from 255 or 46.15% from 104); Blue value is 2 (1.17% from 255 or 1.92% from 104); Max value from RGB is 54 - color contains mainly: red. Hex color #363002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363002 is #C9CFFD. Grayscale: #2C2C2C. Windows color (decimal): -13225982 or 143414. OLE color: 143414.

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

Color convert

RGB 54 48 2 -
CMYK 0 0.11 0.96 0.79
HSL 53.08º 0.93% 0.11% -
HSV(B) 53.08º 0.96% 0.21% -
XYZ 2.59 2.9 0.48 -
YUV 44.55 103.99 134.74 -
System Red Green Blue C M Y K H S L
Decimal 54 48 2 0 0.11 0.96 0.79 53.08 0.93 0.11
Hex 36 30 2 0 B 60 4F 35 5D B
Octal 66 60 2 0 13 140 117 65 135 13
Binary 110110 110000 10 0 1011 1100000 1001111 110101 1011101 1011

Color Harmonies of #363002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363002

Black with #363002

Text Example


Text Example

White with #363002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363002; }

 p { color: rgb(54,48,2); }

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

background-color css

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

 a { background-color: rgb(54,48,2); }

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

border-color css

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

 span { border-color: rgb(54,48,2); }

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