Html Css Color HEX #1F222F Black Russian

📋 copy color: '#1F222F'

red 31 ◦ green 34 ◦ blue 47

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

Shades of Black Russian #1F222F

Tints of Black Russian #1F222F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 30.36%

 BLUE value IS 47 (18.75% from 255) = 41.96%

R = 27.68%
G = 30.36%
B = 41.96%

CMYK

 C value IS 0.34

 M value IS 0.28

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#1F222F (or 0x1F222F) is known color: Black Russian. HEX triplet: 1F, 22 and 2F. RGB value is (31,34,47). Sum of RGB (Red+Green+Blue) = 31+34+47=112 (14% of max value = 765). Red value is 31 (12.5% from 255 or 27.68% from 112); Green value is 34 (13.67% from 255 or 30.36% from 112); Blue value is 47 (18.75% from 255 or 41.96% from 112); Max value from RGB is 47 - color contains mainly: blue. Hex color #1F222F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F222F is #E0DDD0. Grayscale: #222222. Windows color (decimal): -14736849 or 3088927. OLE color: 3088927.

HSL color Cylindrical-coordinate representation of color #1F222F: hue angle of 228.75º degrees, saturation: 0.21, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #1F222F is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 31 34 47 -
CMYK 0.34 0.28 0 0.82
HSL 228.75º 0.21% 0.15% -
HSV(B) 228.75º 0.34% 0.18% -
XYZ 1.65 1.64 2.92 -
YUV 34.59 135.01 125.44 -
System Red Green Blue C M Y K H S L
Decimal 31 34 47 0.34 0.28 0 0.82 228.75 0.21 0.15
Hex 1F 22 2F 22 1C 0 52 E5 15 F
Octal 37 42 57 42 34 0 122 345 25 17
Binary 11111 100010 101111 100010 11100 0 1010010 11100101 10101 1111

Color Harmonies of #1F222F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F222F

Black with #1F222F

Text Example


Text Example

White with #1F222F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,34,47); }

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

background-color css

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

 a { background-color: rgb(31,34,47); }

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

border-color css

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

 span { border-color: rgb(31,34,47); }

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