Html Css Color HEX #231A19 Nero

📋 copy color: '#231A19'

red 35 ◦ green 26 ◦ blue 25

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

Shades of Nero #231A19

Tints of Nero #231A19

RGB

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

 GREEN value IS 26 (10.55% from 255) = 30.23%

 BLUE value IS 25 (10.16% from 255) = 29.07%

R = 40.7%
G = 30.23%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.86

RGB Variations

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

Color information

#231A19 (or 0x231A19) is known color: Nero. HEX triplet: 23, 1A and 19. RGB value is (35,26,25). Sum of RGB (Red+Green+Blue) = 35+26+25=86 (11% of max value = 765). Red value is 35 (14.06% from 255 or 40.70% from 86); Green value is 26 (10.55% from 255 or 30.23% from 86); Blue value is 25 (10.16% from 255 or 29.07% from 86); Max value from RGB is 35 - color contains mainly: red. Hex color #231A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231A19 is #DCE5E6. Grayscale: #1C1C1C. Windows color (decimal): -14476775 or 1645091. OLE color: 1645091.

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

Color convert

RGB 35 26 25 -
CMYK 0 0.26 0.29 0.86
HSL 0.17% 0.12% -
HSV(B) 0.29% 0.14% -
XYZ 1.24 1.17 1.08 -
YUV 28.58 125.98 132.58 -
System Red Green Blue C M Y K H S L
Decimal 35 26 25 0 0.26 0.29 0.86 6 0.17 0.12
Hex 23 1A 19 0 1A 1D 56 6 11 C
Octal 43 32 31 0 32 35 126 6 21 14
Binary 100011 11010 11001 0 11010 11101 1010110 110 10001 1100

Color Harmonies of #231A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231A19

Black with #231A19

Text Example


Text Example

White with #231A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,26,25); }

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

background-color css

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

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

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

border-color css

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

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

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