Html Css Color HEX #231D06 Maire

📋 copy color: '#231D06'

red 35 ◦ green 29 ◦ blue 6

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

Shades of Maire #231D06

Tints of Maire #231D06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 8.57%

R = 50%
G = 41.43%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.83

 K value IS 0.86

RGB Variations

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

Color information

#231D06 (or 0x231D06) is known color: Maire. HEX triplet: 23, 1D and 06. RGB value is (35,29,6). Sum of RGB (Red+Green+Blue) = 35+29+6=70 (9% of max value = 765). Red value is 35 (14.06% from 255 or 50% from 70); Green value is 29 (11.72% from 255 or 41.43% from 70); Blue value is 6 (2.73% from 255 or 8.57% from 70); Max value from RGB is 35 - color contains mainly: red. Hex color #231D06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231D06 is #DCE2F9. Grayscale: #1C1C1C. Windows color (decimal): -14476026 or 400675. OLE color: 400675.

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

Color convert

RGB 35 29 6 -
CMYK 0 0.17 0.83 0.86
HSL 47.59º 0.71% 0.08% -
HSV(B) 47.59º 0.83% 0.14% -
XYZ 1.17 1.25 0.35 -
YUV 28.17 115.49 132.87 -
System Red Green Blue C M Y K H S L
Decimal 35 29 6 0 0.17 0.83 0.86 47.59 0.71 0.08
Hex 23 1D 6 0 11 53 56 30 47 8
Octal 43 35 6 0 21 123 126 60 107 10
Binary 100011 11101 110 0 10001 1010011 1010110 110000 1000111 1000

Color Harmonies of #231D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231D06

Black with #231D06

Text Example


Text Example

White with #231D06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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