Html Css Color HEX #1F232B Black Russian

📋 copy color: '#1F232B'

red 31 ◦ green 35 ◦ blue 43

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

Shades of Black Russian #1F232B

Tints of Black Russian #1F232B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 32.11%

 BLUE value IS 43 (17.19% from 255) = 39.45%

R = 28.44%
G = 32.11%
B = 39.45%

CMYK

 C value IS 0.28

 M value IS 0.19

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#1F232B (or 0x1F232B) is known color: Black Russian. HEX triplet: 1F, 23 and 2B. RGB value is (31,35,43). Sum of RGB (Red+Green+Blue) = 31+35+43=109 (14% of max value = 765). Red value is 31 (12.5% from 255 or 28.44% from 109); Green value is 35 (14.06% from 255 or 32.11% from 109); Blue value is 43 (17.19% from 255 or 39.45% from 109); Max value from RGB is 43 - color contains mainly: blue. Hex color #1F232B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F232B is #E0DCD4. Grayscale: #222222. Windows color (decimal): -14736597 or 2827039. OLE color: 2827039.

HSL color Cylindrical-coordinate representation of color #1F232B: hue angle of 220º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #1F232B is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 31 35 43 -
CMYK 0.28 0.19 0 0.83
HSL 220º 0.16% 0.15% -
HSV(B) 220º 0.28% 0.17% -
XYZ 1.6 1.67 2.52 -
YUV 34.72 132.67 125.35 -
System Red Green Blue C M Y K H S L
Decimal 31 35 43 0.28 0.19 0 0.83 220 0.16 0.15
Hex 1F 23 2B 1C 13 0 53 DC 10 F
Octal 37 43 53 34 23 0 123 334 20 17
Binary 11111 100011 101011 11100 10011 0 1010011 11011100 10000 1111

Color Harmonies of #1F232B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F232B

Black with #1F232B

Text Example


Text Example

White with #1F232B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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