#1B202F

Color #1B202F Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #1B202F

Tints of Black Russian #1B202F

Color information

#1B202F (or 0x1B202F) is unknown color: approx Black Russian. HEX triplet: 1B, 20 and 2F. RGB value is (27,32,47). Sum of RGB (Red+Green+Blue) = 27+32+47=106 (14% of max value = 765). Red value is 27 (10.94% from 255 or 25.47% from 106); Green value is 32 (12.89% from 255 or 30.19% from 106); Blue value is 47 (18.75% from 255 or 44.34% from 106); Max value from RGB is 47 - color contains mainly: blue. Hex color #1B202F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B202F is #E4DFD0. Grayscale: #202020. Windows color (decimal): -14999505 or 3088411. OLE color: 3088411.

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

Color convert

RGB273247-
CMYK0.430.3200.82
HSL225º27.03%14.51%-
HSV(B)225º42.55%18.43%-
XYZ1.481.472.9-
YUV32.22136.34124.28-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 25.47%
GREEN value IS 32 (12.89% from 255) = 30.19%
BLUE value IS 47 (18.75% from 255) = 44.34%
R=25.47%
G=30.19%
B=44.34%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2732470.430.3200.8222527.0314.51
Hex1B202F2B20052e11bf
Octal334057534001223413317
Binary110111000001011111010111000000101001011100001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B202F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,32,47); }

 H1.HeaderClassName
 {
   color: #1B202F;
 }
 .AnyTagClassName
 {
   color: #1B202F;
 }
</style>
background-color css

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

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

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

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

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

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