Html Css Color HEX #231B1B Nero

📋 copy color: '#231B1B'

red 35 ◦ green 27 ◦ blue 27

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

Shades of Nero #231B1B

Tints of Nero #231B1B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 30.34%

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

R = 39.33%
G = 30.34%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.23

 K value IS 0.86

RGB Variations

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

Color information

#231B1B (or 0x231B1B) is known color: Nero. HEX triplet: 23, 1B and 1B. RGB value is (35,27,27). Sum of RGB (Red+Green+Blue) = 35+27+27=89 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.33% from 89); Green value is 27 (10.94% from 255 or 30.34% from 89); Blue value is 27 (10.94% from 255 or 30.34% from 89); Max value from RGB is 35 - color contains mainly: red. Hex color #231B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231B1B is #DCE4E4. Grayscale: #1D1D1D. Windows color (decimal): -14476517 or 1776419. OLE color: 1776419.

HSL color Cylindrical-coordinate representation of color #231B1B: hue angle of 0º 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 #231B1B is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 27 27 -
CMYK 0 0.23 0.23 0.86
HSL 0.13% 0.12% -
HSV(B) 0.23% 0.14% -
XYZ 1.28 1.22 1.2 -
YUV 29.39 126.65 132 -
System Red Green Blue C M Y K H S L
Decimal 35 27 27 0 0.23 0.23 0.86 0 0.13 0.12
Hex 23 1B 1B 0 17 17 56 0 D C
Octal 43 33 33 0 27 27 126 0 15 14
Binary 100011 11011 11011 0 10111 10111 1010110 0 1101 1100

Color Harmonies of #231B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231B1B

Black with #231B1B

Text Example


Text Example

White with #231B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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