#231B1A

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

Shades of Nero #231B1A

Tints of Nero #231B1A

Color information

#231B1A (or 0x231B1A) is unknown color: approx Nero. HEX triplet: 23, 1B and 1A. RGB value is (35,27,26). Sum of RGB (Red+Green+Blue) = 35+27+26=88 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.77% from 88); Green value is 27 (10.94% from 255 or 30.68% from 88); Blue value is 26 (10.55% from 255 or 29.55% from 88); Max value from RGB is 35 - color contains mainly: red. Hex color #231B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231B1A is #DCE4E5. Grayscale: #1D1D1D. Windows color (decimal): -14476518 or 1710883. OLE color: 1710883.

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

Color convert

RGB352726-
CMYK00.230.260.86
HSL6.67º14.75%11.96%-
HSV(B)6.67º25.71%13.73%-
XYZ1.271.221.14-
YUV29.28126.15132.08-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 39.77%
GREEN value IS 27 (10.94% from 255) = 30.68%
BLUE value IS 26 (10.55% from 255) = 29.55%
R=39.77%
G=30.68%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35272600.230.260.866.6714.7511.96
Hex231B1A0171A567fc
Octal4333320273212671714
Binary100011110111101001011111010101011011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #231B1A;
 }
 .AnyTagClassName
 {
   color: #231B1A;
 }
</style>
background-color css

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

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

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

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

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

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