Html Css Color HEX #231D04 Maire

📋 copy color: '#231D04'

red 35 ◦ green 29 ◦ blue 4

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

Shades of Maire #231D04

Tints of Maire #231D04

RGB

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

 GREEN value IS 29 (11.72% from 255) = 42.65%

 BLUE value IS 4 (1.95% from 255) = 5.88%

R = 51.47%
G = 42.65%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.89

 K value IS 0.86

RGB Variations

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

Color information

#231D04 (or 0x231D04) is known color: Maire. HEX triplet: 23, 1D and 04. RGB value is (35,29,4). Sum of RGB (Red+Green+Blue) = 35+29+4=68 (9% of max value = 765). Red value is 35 (14.06% from 255 or 51.47% from 68); Green value is 29 (11.72% from 255 or 42.65% from 68); Blue value is 4 (1.95% from 255 or 5.88% from 68); Max value from RGB is 35 - color contains mainly: red. Hex color #231D04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231D04 is #DCE2FB. Grayscale: #1C1C1C. Windows color (decimal): -14476028 or 269603. OLE color: 269603.

HSL color Cylindrical-coordinate representation of color #231D04: hue angle of 48.39º degrees, saturation: 0.79, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #231D04 is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 29 4 -
CMYK 0 0.17 0.89 0.86
HSL 48.39º 0.79% 0.08% -
HSV(B) 48.39º 0.89% 0.14% -
XYZ 1.15 1.24 0.29 -
YUV 27.94 114.49 133.03 -
System Red Green Blue C M Y K H S L
Decimal 35 29 4 0 0.17 0.89 0.86 48.39 0.79 0.08
Hex 23 1D 4 0 11 59 56 30 4F 8
Octal 43 35 4 0 21 131 126 60 117 10
Binary 100011 11101 100 0 10001 1011001 1010110 110000 1001111 1000

Color Harmonies of #231D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231D04

Black with #231D04

Text Example


Text Example

White with #231D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231D04; }

 p { color: rgb(35,29,4); }

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

background-color css

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

 a { background-color: rgb(35,29,4); }

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

border-color css

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

 span { border-color: rgb(35,29,4); }

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