#1B1C30

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

Shades of Black Russian #1B1C30

Tints of Black Russian #1B1C30

Color information

#1B1C30 (or 0x1B1C30) is unknown color: approx Black Russian. HEX triplet: 1B, 1C and 30. RGB value is (27,28,48). Sum of RGB (Red+Green+Blue) = 27+28+48=103 (13% of max value = 765). Red value is 27 (10.94% from 255 or 26.21% from 103); Green value is 28 (11.33% from 255 or 27.18% from 103); Blue value is 48 (19.14% from 255 or 46.60% from 103); Max value from RGB is 48 - color contains mainly: blue. Hex color #1B1C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B1C30 is #E4E3CF. Grayscale: #1D1D1D. Windows color (decimal): -15000528 or 3152923. OLE color: 3152923.

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

Color convert

RGB272848-
CMYK0.440.4200.81
HSL237.14º28%14.71%-
HSV(B)237.14º43.75%18.82%-
XYZ1.41.282.97-
YUV29.98138.17125.87-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 26.21%
GREEN value IS 28 (11.33% from 255) = 27.18%
BLUE value IS 48 (19.14% from 255) = 46.60%
R=26.21%
G=27.18%
B=46.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2728480.440.4200.81237.142814.71
Hex1B1C302C2A051ed1cf
Octal333460545201213553417
Binary11011111001100001011001010100101000111101101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,28,48); }

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

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

 a { background-color: rgb(27,28,48); }

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

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

 span { border-color: rgb(27,28,48); }

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