Html Css Color HEX #231C1C Nero

📋 copy color: '#231C1C'

red 35 ◦ green 28 ◦ blue 28

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

Shades of Nero #231C1C

Tints of Nero #231C1C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 30.77%

 BLUE value IS 28 (11.33% from 255) = 30.77%

R = 38.46%
G = 30.77%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.20

 K value IS 0.86

RGB Variations

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

Color information

#231C1C (or 0x231C1C) is known color: Nero. HEX triplet: 23, 1C and 1C. RGB value is (35,28,28). Sum of RGB (Red+Green+Blue) = 35+28+28=91 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.46% from 91); Green value is 28 (11.33% from 255 or 30.77% from 91); Blue value is 28 (11.33% from 255 or 30.77% from 91); Max value from RGB is 35 - color contains mainly: red. Hex color #231C1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231C1C is #DCE3E3. Grayscale: #1E1E1E. Windows color (decimal): -14476260 or 1842211. OLE color: 1842211.

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

Color convert

RGB 35 28 28 -
CMYK 0 0.20 0.20 0.86
HSL 0.11% 0.12% -
HSV(B) 0.2% 0.14% -
XYZ 1.32 1.27 1.27 -
YUV 30.09 126.82 131.5 -
System Red Green Blue C M Y K H S L
Decimal 35 28 28 0 0.20 0.20 0.86 0 0.11 0.12
Hex 23 1C 1C 0 14 14 56 0 B C
Octal 43 34 34 0 24 24 126 0 13 14
Binary 100011 11100 11100 0 10100 10100 1010110 0 1011 1100

Color Harmonies of #231C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231C1C

Black with #231C1C

Text Example


Text Example

White with #231C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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