#231B1B

Color #231B1B Nero (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nero #231B1B

Tints of Nero #231B1B

Color information

#231B1B (or 0x231B1B) is unknown color: approx 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

RGB352727-
CMYK00.230.230.86
HSL12.9%12.16%-
HSV(B)22.86%13.73%-
XYZ1.281.221.2-
YUV29.39126.65132-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35272700.230.230.86012.912.16
Hex231B1B01717560dc
Octal4333330272712601514
Binary1000111101111011010111101111010110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>