Html Css Color HEX #151427 Black Russian

📋 copy color: '#151427'

red 21 ◦ green 20 ◦ blue 39

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

Shades of Black Russian #151427

Tints of Black Russian #151427

RGB

 RED value IS 21 (8.59% from 255) = 26.25%

 GREEN value IS 20 (8.2% from 255) = 25%

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

R = 26.25%
G = 25%
B = 48.75%

CMYK

 C value IS 0.46

 M value IS 0.49

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#151427 (or 0x151427) is known color: Black Russian. HEX triplet: 15, 14 and 27. RGB value is (21,20,39). Sum of RGB (Red+Green+Blue) = 21+20+39=80 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.25% from 80); Green value is 20 (8.20% from 255 or 25% from 80); Blue value is 39 (15.62% from 255 or 48.75% from 80); Max value from RGB is 39 - color contains mainly: blue. Hex color #151427 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151427 is #EAEBD8. Grayscale: #161616. Windows color (decimal): -15395801 or 2561045. OLE color: 2561045.

HSL color Cylindrical-coordinate representation of color #151427: hue angle of 243.16º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #151427 is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 21 20 39 -
CMYK 0.46 0.49 0 0.85
HSL 243.16º 0.32% 0.12% -
HSV(B) 243.16º 0.49% 0.15% -
XYZ 0.93 0.81 2.03 -
YUV 22.47 137.33 126.96 -
System Red Green Blue C M Y K H S L
Decimal 21 20 39 0.46 0.49 0 0.85 243.16 0.32 0.12
Hex 15 14 27 2E 31 0 55 F3 20 C
Octal 25 24 47 56 61 0 125 363 40 14
Binary 10101 10100 100111 101110 110001 0 1010101 11110011 100000 1100

Color Harmonies of #151427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151427

Black with #151427

Text Example


Text Example

White with #151427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151427; }

 p { color: rgb(21,20,39); }

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

background-color css

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

 a { background-color: rgb(21,20,39); }

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

border-color css

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

 span { border-color: rgb(21,20,39); }

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