Html Css Color HEX #1F1F23 Black Russian

📋 copy color: '#1F1F23'

red 31 ◦ green 31 ◦ blue 35

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

Shades of Black Russian #1F1F23

Tints of Black Russian #1F1F23

RGB

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

 GREEN value IS 31 (12.5% from 255) = 31.96%

 BLUE value IS 35 (14.06% from 255) = 36.08%

R = 31.96%
G = 31.96%
B = 36.08%

CMYK

 C value IS 0.11

 M value IS 0.11

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#1F1F23 (or 0x1F1F23) is known color: Black Russian. HEX triplet: 1F, 1F and 23. RGB value is (31,31,35). Sum of RGB (Red+Green+Blue) = 31+31+35=97 (12% of max value = 765). Red value is 31 (12.5% from 255 or 31.96% from 97); Green value is 31 (12.5% from 255 or 31.96% from 97); Blue value is 35 (14.06% from 255 or 36.08% from 97); Max value from RGB is 35 - color contains mainly: blue. Hex color #1F1F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F1F23 is #E0E0DC. Grayscale: #1F1F1F. Windows color (decimal): -14737629 or 2301727. OLE color: 2301727.

HSL color Cylindrical-coordinate representation of color #1F1F23: hue angle of 240º degrees, saturation: 0.06, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #1F1F23 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 31 31 35 -
CMYK 0.11 0.11 0 0.86
HSL 240º 0.06% 0.13% -
HSV(B) 240º 0.11% 0.14% -
XYZ 1.36 1.39 1.79 -
YUV 31.46 130 127.67 -
System Red Green Blue C M Y K H S L
Decimal 31 31 35 0.11 0.11 0 0.86 240 0.06 0.13
Hex 1F 1F 23 B B 0 56 F0 6 D
Octal 37 37 43 13 13 0 126 360 6 15
Binary 11111 11111 100011 1011 1011 0 1010110 11110000 110 1101

Color Harmonies of #1F1F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1F23

Black with #1F1F23

Text Example


Text Example

White with #1F1F23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,31,35); }

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

background-color css

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

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

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

border-color css

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

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

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