Html Css Color HEX #232001 Maire

📋 copy color: '#232001'

red 35 ◦ green 32 ◦ blue 1

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

Shades of Maire #232001

Tints of Maire #232001

RGB

 RED value IS 35 (14.06% from 255) = 51.47%

 GREEN value IS 32 (12.89% from 255) = 47.06%

 BLUE value IS 1 (0.78% from 255) = 1.47%

R = 51.47%
G = 47.06%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.97

 K value IS 0.86

RGB Variations

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

Color information

#232001 (or 0x232001) is known color: Maire. HEX triplet: 23, 20 and 01. RGB value is (35,32,1). Sum of RGB (Red+Green+Blue) = 35+32+1=68 (9% of max value = 765). Red value is 35 (14.06% from 255 or 51.47% from 68); Green value is 32 (12.89% from 255 or 47.06% from 68); Blue value is 1 (0.78% from 255 or 1.47% from 68); Max value from RGB is 35 - color contains mainly: red. Hex color #232001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232001 is #DCDFFE. Grayscale: #1D1D1D. Windows color (decimal): -14475263 or 73763. OLE color: 73763.

HSL color Cylindrical-coordinate representation of color #232001: hue angle of 54.71º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #232001 is Cyan = 0, Magento = 0.09, Yellow = 0.97 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 32 1 -
CMYK 0 0.09 0.97 0.86
HSL 54.71º 0.94% 0.07% -
HSV(B) 54.71º 0.97% 0.14% -
XYZ 1.22 1.39 0.23 -
YUV 29.36 111.99 132.02 -
System Red Green Blue C M Y K H S L
Decimal 35 32 1 0 0.09 0.97 0.86 54.71 0.94 0.07
Hex 23 20 1 0 9 61 56 37 5E 7
Octal 43 40 1 0 11 141 126 67 136 7
Binary 100011 100000 1 0 1001 1100001 1010110 110111 1011110 111

Color Harmonies of #232001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232001

Black with #232001

Text Example


Text Example

White with #232001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232001; }

 p { color: rgb(35,32,1); }

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

background-color css

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

 a { background-color: rgb(35,32,1); }

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

border-color css

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

 span { border-color: rgb(35,32,1); }

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