Html Css Color HEX #231D02 Maire

📋 copy color: '#231D02'

red 35 ◦ green 29 ◦ blue 2

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

Shades of Maire #231D02

Tints of Maire #231D02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 3.03%

R = 53.03%
G = 43.94%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.86

RGB Variations

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

Color information

#231D02 (or 0x231D02) is known color: Maire. HEX triplet: 23, 1D and 02. RGB value is (35,29,2). Sum of RGB (Red+Green+Blue) = 35+29+2=66 (8% of max value = 765). Red value is 35 (14.06% from 255 or 53.03% from 66); Green value is 29 (11.72% from 255 or 43.94% from 66); Blue value is 2 (1.17% from 255 or 3.03% from 66); Max value from RGB is 35 - color contains mainly: red. Hex color #231D02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231D02 is #DCE2FD. Grayscale: #1B1B1B. Windows color (decimal): -14476030 or 138531. OLE color: 138531.

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

Color convert

RGB 35 29 2 -
CMYK 0 0.17 0.94 0.86
HSL 49.09º 0.89% 0.07% -
HSV(B) 49.09º 0.94% 0.14% -
XYZ 1.14 1.24 0.24 -
YUV 27.72 113.49 133.2 -
System Red Green Blue C M Y K H S L
Decimal 35 29 2 0 0.17 0.94 0.86 49.09 0.89 0.07
Hex 23 1D 2 0 11 5E 56 31 59 7
Octal 43 35 2 0 21 136 126 61 131 7
Binary 100011 11101 10 0 10001 1011110 1010110 110001 1011001 111

Color Harmonies of #231D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231D02

Black with #231D02

Text Example


Text Example

White with #231D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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