Html Css Color HEX #231C1B Nero

📋 copy color: '#231C1B'

red 35 ◦ green 28 ◦ blue 27

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

Shades of Nero #231C1B

Tints of Nero #231C1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 30%

R = 38.89%
G = 31.11%
B = 30%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.23

 K value IS 0.86

RGB Variations

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

Color information

#231C1B (or 0x231C1B) is known color: Nero. HEX triplet: 23, 1C and 1B. RGB value is (35,28,27). Sum of RGB (Red+Green+Blue) = 35+28+27=90 (11% of max value = 765). Red value is 35 (14.06% from 255 or 38.89% from 90); Green value is 28 (11.33% from 255 or 31.11% from 90); Blue value is 27 (10.94% from 255 or 30% from 90); Max value from RGB is 35 - color contains mainly: red. Hex color #231C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231C1B is #DCE3E4. Grayscale: #1D1D1D. Windows color (decimal): -14476261 or 1776675. OLE color: 1776675.

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

Color convert

RGB 35 28 27 -
CMYK 0 0.20 0.23 0.86
HSL 7.5º 0.13% 0.12% -
HSV(B) 7.5º 0.23% 0.14% -
XYZ 1.31 1.27 1.21 -
YUV 29.98 126.32 131.58 -
System Red Green Blue C M Y K H S L
Decimal 35 28 27 0 0.20 0.23 0.86 7.5 0.13 0.12
Hex 23 1C 1B 0 14 17 56 8 D C
Octal 43 34 33 0 24 27 126 10 15 14
Binary 100011 11100 11011 0 10100 10111 1010110 1000 1101 1100

Color Harmonies of #231C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231C1B

Black with #231C1B

Text Example


Text Example

White with #231C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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