Html Css Color HEX #1B1C27 Black Russian

📋 copy color: '#1B1C27'

red 27 ◦ green 28 ◦ blue 39

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

Shades of Black Russian #1B1C27

Tints of Black Russian #1B1C27

RGB

 RED value IS 27 (10.94% from 255) = 28.72%

 GREEN value IS 28 (11.33% from 255) = 29.79%

 BLUE value IS 39 (15.63% from 255) = 41.49%

R = 28.72%
G = 29.79%
B = 41.49%

CMYK

 C value IS 0.31

 M value IS 0.28

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1B1C27 (or 0x1B1C27) is known color: Black Russian. HEX triplet: 1B, 1C and 27. RGB value is (27,28,39). Sum of RGB (Red+Green+Blue) = 27+28+39=94 (12% of max value = 765). Red value is 27 (10.94% from 255 or 28.72% from 94); Green value is 28 (11.33% from 255 or 29.79% from 94); Blue value is 39 (15.62% from 255 or 41.49% from 94); Max value from RGB is 39 - color contains mainly: blue. Hex color #1B1C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B1C27 is #E4E3D8. Grayscale: #1C1C1C. Windows color (decimal): -15000537 or 2563099. OLE color: 2563099.

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

Color convert

RGB 27 28 39 -
CMYK 0.31 0.28 0 0.85
HSL 235º 0.18% 0.13% -
HSV(B) 235º 0.31% 0.15% -
XYZ 1.23 1.21 2.09 -
YUV 28.96 133.67 126.61 -
System Red Green Blue C M Y K H S L
Decimal 27 28 39 0.31 0.28 0 0.85 235 0.18 0.13
Hex 1B 1C 27 1F 1C 0 55 EB 12 D
Octal 33 34 47 37 34 0 125 353 22 15
Binary 11011 11100 100111 11111 11100 0 1010101 11101011 10010 1101

Color Harmonies of #1B1C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1C27

Black with #1B1C27

Text Example


Text Example

White with #1B1C27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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