Html Css Color HEX #1F2025 Black Russian

📋 copy color: '#1F2025'

red 31 ◦ green 32 ◦ blue 37

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

Shades of Black Russian #1F2025

Tints of Black Russian #1F2025

RGB

 RED value IS 31 (12.5% from 255) = 31%

 GREEN value IS 32 (12.89% from 255) = 32%

 BLUE value IS 37 (14.84% from 255) = 37%

R = 31%
G = 32%
B = 37%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1F2025 (or 0x1F2025) is known color: Black Russian. HEX triplet: 1F, 20 and 25. RGB value is (31,32,37). Sum of RGB (Red+Green+Blue) = 31+32+37=100 (13% of max value = 765). Red value is 31 (12.5% from 255 or 31% from 100); Green value is 32 (12.89% from 255 or 32% from 100); Blue value is 37 (14.84% from 255 or 37% from 100); Max value from RGB is 37 - color contains mainly: blue. Hex color #1F2025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2025 is #E0DFDA. Grayscale: #202020. Windows color (decimal): -14737371 or 2433055. OLE color: 2433055.

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

Color convert

RGB 31 32 37 -
CMYK 0.16 0.14 0 0.85
HSL 230º 0.09% 0.13% -
HSV(B) 230º 0.16% 0.15% -
XYZ 1.42 1.46 1.96 -
YUV 32.27 130.67 127.09 -
System Red Green Blue C M Y K H S L
Decimal 31 32 37 0.16 0.14 0 0.85 230 0.09 0.13
Hex 1F 20 25 10 E 0 55 E6 9 D
Octal 37 40 45 20 16 0 125 346 11 15
Binary 11111 100000 100101 10000 1110 0 1010101 11100110 1001 1101

Color Harmonies of #1F2025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2025

Black with #1F2025

Text Example


Text Example

White with #1F2025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F2025; }

 p { color: rgb(31,32,37); }

 H1.HeaderClassName
 {
   color: #1F2025;
 }
 .AnyTagClassName
 {
   color: #1F2025;
 }
</style>

background-color css

<style>
 a { background-color: #1F2025; }

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

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

border-color css

<style>
 span { border-color: #1F2025; }

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

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