Html Css Color HEX #251B1B Nero

📋 copy color: '#251B1B'

red 37 ◦ green 27 ◦ blue 27

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

Shades of Nero #251B1B

Tints of Nero #251B1B

RGB

 RED value IS 37 (14.84% from 255) = 40.66%

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

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

R = 40.66%
G = 29.67%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.85

RGB Variations

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

Color information

#251B1B (or 0x251B1B) is known color: Nero. HEX triplet: 25, 1B and 1B. RGB value is (37,27,27). Sum of RGB (Red+Green+Blue) = 37+27+27=91 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.66% from 91); Green value is 27 (10.94% from 255 or 29.67% from 91); Blue value is 27 (10.94% from 255 or 29.67% from 91); Max value from RGB is 37 - color contains mainly: red. Hex color #251B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251B1B is #DAE4E4. Grayscale: #1E1E1E. Windows color (decimal): -14345445 or 1776421. OLE color: 1776421.

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

Color convert

RGB 37 27 27 -
CMYK 0 0.27 0.27 0.85
HSL 0.16% 0.13% -
HSV(B) 0.27% 0.15% -
XYZ 1.35 1.26 1.21 -
YUV 29.99 126.31 133 -
System Red Green Blue C M Y K H S L
Decimal 37 27 27 0 0.27 0.27 0.85 0 0.16 0.13
Hex 25 1B 1B 0 1B 1B 55 0 10 D
Octal 45 33 33 0 33 33 125 0 20 15
Binary 100101 11011 11011 0 11011 11011 1010101 0 10000 1101

Color Harmonies of #251B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251B1B

Black with #251B1B

Text Example


Text Example

White with #251B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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