#251B1A

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

Shades of Nero #251B1A

Tints of Nero #251B1A

Color information

#251B1A (or 0x251B1A) is unknown color: approx Nero. HEX triplet: 25, 1B and 1A. RGB value is (37,27,26). Sum of RGB (Red+Green+Blue) = 37+27+26=90 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.11% from 90); Green value is 27 (10.94% from 255 or 30% from 90); Blue value is 26 (10.55% from 255 or 28.89% from 90); Max value from RGB is 37 - color contains mainly: red. Hex color #251B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251B1A is #DAE4E5. Grayscale: #1D1D1D. Windows color (decimal): -14345446 or 1710885. OLE color: 1710885.

HSL color Cylindrical-coordinate representation of color #251B1A: hue angle of 5.45º degrees, saturation: 0.17, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #251B1A is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.85.

Color convert

RGB372726-
CMYK00.270.300.85
HSL5.45º17.46%12.35%-
HSV(B)5.45º29.73%14.51%-
XYZ1.341.251.15-
YUV29.88125.81133.08-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 41.11%
GREEN value IS 27 (10.94% from 255) = 30%
BLUE value IS 26 (10.55% from 255) = 28.89%
R=41.11%
G=30%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37272600.270.300.855.4517.4612.35
Hex251B1A01B1E55511c
Octal4533320333612552114
Binary1001011101111010011011111101010101101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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