Html Css Color HEX #151430 Black Russian

📋 copy color: '#151430'

red 21 ◦ green 20 ◦ blue 48

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

Shades of Black Russian #151430

Tints of Black Russian #151430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 53.93%

R = 23.6%
G = 22.47%
B = 53.93%

CMYK

 C value IS 0.56

 M value IS 0.58

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#151430 (or 0x151430) is known color: Black Russian. HEX triplet: 15, 14 and 30. RGB value is (21,20,48). Sum of RGB (Red+Green+Blue) = 21+20+48=89 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.60% from 89); Green value is 20 (8.20% from 255 or 22.47% from 89); Blue value is 48 (19.14% from 255 or 53.93% from 89); Max value from RGB is 48 - color contains mainly: blue. Hex color #151430 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151430 is #EAEBCF. Grayscale: #171717. Windows color (decimal): -15395792 or 3150869. OLE color: 3150869.

HSL color Cylindrical-coordinate representation of color #151430: hue angle of 242.14º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #151430 is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 21 20 48 -
CMYK 0.56 0.58 0 0.81
HSL 242.14º 0.41% 0.13% -
HSV(B) 242.14º 0.58% 0.19% -
XYZ 1.09 0.87 2.91 -
YUV 23.49 141.83 126.22 -
System Red Green Blue C M Y K H S L
Decimal 21 20 48 0.56 0.58 0 0.81 242.14 0.41 0.13
Hex 15 14 30 38 3A 0 51 F2 29 D
Octal 25 24 60 70 72 0 121 362 51 15
Binary 10101 10100 110000 111000 111010 0 1010001 11110010 101001 1101

Color Harmonies of #151430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151430

Black with #151430

Text Example


Text Example

White with #151430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151430; }

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

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

background-color css

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

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

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

border-color css

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

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

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