Html Css Color HEX #332F01 Maire

📋 copy color: '#332F01'

red 51 ◦ green 47 ◦ blue 1

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

Shades of Maire #332F01

Tints of Maire #332F01

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 value IS 0

 M value IS 0.08

 Y value IS 0.98

 K value IS 0.8

RGB Variations

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

Color information

#332F01 (or 0x332F01) is known color: 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

RGB 51 47 1 -
CMYK 0 0.08 0.98 0.8
HSL 55.2º 0.96% 0.1% -
HSV(B) 55.2º 0.98% 0.2% -
XYZ 2.39 2.74 0.43 -
YUV 42.95 104.33 133.74 -
System Red Green Blue C M Y K H S L
Decimal 51 47 1 0 0.08 0.98 0.8 55.2 0.96 0.1
Hex 33 2F 1 0 8 62 50 37 60 A
Octal 63 57 1 0 10 142 120 67 140 12
Binary 110011 101111 1 0 1000 1100010 1010000 110111 1100000 1010

Color Harmonies of #332F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332F01

Black with #332F01

Text Example


Text Example

White with #332F01

Text Example


Text Example

HTML Codes & Css Web 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>