Html Css Color HEX #231E1D Nero

📋 copy color: '#231E1D'

red 35 ◦ green 30 ◦ blue 29

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

Shades of Nero #231E1D

Tints of Nero #231E1D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 31.91%

 BLUE value IS 29 (11.72% from 255) = 30.85%

R = 37.23%
G = 31.91%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.17

 K value IS 0.86

RGB Variations

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

Color information

#231E1D (or 0x231E1D) is known color: Nero. HEX triplet: 23, 1E and 1D. RGB value is (35,30,29). Sum of RGB (Red+Green+Blue) = 35+30+29=94 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.23% from 94); Green value is 30 (12.11% from 255 or 31.91% from 94); Blue value is 29 (11.72% from 255 or 30.85% from 94); Max value from RGB is 35 - color contains mainly: red. Hex color #231E1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231E1D is #DCE1E2. Grayscale: #1F1F1F. Windows color (decimal): -14475747 or 1908259. OLE color: 1908259.

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

Color convert

RGB 35 30 29 -
CMYK 0 0.14 0.17 0.86
HSL 10º 0.09% 0.13% -
HSV(B) 10º 0.17% 0.14% -
XYZ 1.38 1.37 1.36 -
YUV 31.38 126.66 130.58 -
System Red Green Blue C M Y K H S L
Decimal 35 30 29 0 0.14 0.17 0.86 10 0.09 0.13
Hex 23 1E 1D 0 E 11 56 A 9 D
Octal 43 36 35 0 16 21 126 12 11 15
Binary 100011 11110 11101 0 1110 10001 1010110 1010 1001 1101

Color Harmonies of #231E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231E1D

Black with #231E1D

Text Example


Text Example

White with #231E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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