Html Css Color HEX #231E1E Nero

📋 copy color: '#231E1E'

red 35 ◦ green 30 ◦ blue 30

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

Shades of Nero #231E1E

Tints of Nero #231E1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 31.58%

R = 36.84%
G = 31.58%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.14

 K value IS 0.86

RGB Variations

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

Color information

#231E1E (or 0x231E1E) is known color: Nero. HEX triplet: 23, 1E and 1E. RGB value is (35,30,30). Sum of RGB (Red+Green+Blue) = 35+30+30=95 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.84% from 95); Green value is 30 (12.11% from 255 or 31.58% from 95); Blue value is 30 (12.11% from 255 or 31.58% from 95); Max value from RGB is 35 - color contains mainly: red. Hex color #231E1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231E1E is #DCE1E1. Grayscale: #1F1F1F. Windows color (decimal): -14475746 or 1973795. OLE color: 1973795.

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

Color convert

RGB 35 30 30 -
CMYK 0 0.14 0.14 0.86
HSL 0.08% 0.13% -
HSV(B) 0.14% 0.14% -
XYZ 1.39 1.38 1.42 -
YUV 31.5 127.16 130.5 -
System Red Green Blue C M Y K H S L
Decimal 35 30 30 0 0.14 0.14 0.86 0 0.08 0.13
Hex 23 1E 1E 0 E E 56 0 8 D
Octal 43 36 36 0 16 16 126 0 10 15
Binary 100011 11110 11110 0 1110 1110 1010110 0 1000 1101

Color Harmonies of #231E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231E1E

Black with #231E1E

Text Example


Text Example

White with #231E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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