#332F01

Color #332F01 Maire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maire #332F01

Tints of Maire #332F01

Color information

#332F01 (or 0x332F01) is unknown color: approx Maire. HEX triplet: 33, 2F and 01. RGB value is (51,47,1). Sum of RGB (Red+Green+Blue) = 51+47+1=99 (13% of max value = 765). Red value is 51 (20.31% from 255 or 51.52% from 99); Green value is 47 (18.75% from 255 or 47.47% from 99); Blue value is 1 (0.78% from 255 or 1.01% from 99); Max value from RGB is 51 - color contains mainly: red. Hex color #332F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332F01 is #CCD0FE. Grayscale: #2B2B2B. Windows color (decimal): -13422847 or 77619. OLE color: 77619.

HSL color Cylindrical-coordinate representation of color #332F01: hue angle of 55.2º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #332F01 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.8.

Color convert

RGB51471-
CMYK00.080.980.8
HSL55.2º96.15%10.2%-
HSV(B)55.2º98.04%20%-
XYZ2.392.740.43-
YUV42.95104.33133.74-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 51.52%
GREEN value IS 47 (18.75% from 255) = 47.47%
BLUE value IS 1 (0.78% from 255) = 1.01%
R=51.52%
G=47.47%
B=1.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.98
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5147100.080.980.855.296.1510.2
Hex332F10862503760a
Octal635710101421206714012
Binary1100111011111010001100010101000011011111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332F01; }

 p { color: rgb(51,47,1); }

 H1.HeaderClassName
 {
   color: #332F01;
 }
 .AnyTagClassName
 {
   color: #332F01;
 }
</style>
background-color css

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

 a { background-color: rgb(51,47,1); }

 div.DivClassName
 {
   background-color: #332F01;
 }
 .BgClassName
 {
   background-color: #332F01;
 }
</style>
border-color css

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

 span { border-color: rgb(51,47,1); }

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