Html Css Color HEX #121525 Black Russian

📋 copy color: '#121525'

red 18 ◦ green 21 ◦ blue 37

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

Shades of Black Russian #121525

Tints of Black Russian #121525

RGB

 RED value IS 18 (7.42% from 255) = 23.68%

 GREEN value IS 21 (8.59% from 255) = 27.63%

 BLUE value IS 37 (14.84% from 255) = 48.68%

R = 23.68%
G = 27.63%
B = 48.68%

CMYK

 C value IS 0.51

 M value IS 0.43

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#121525 (or 0x121525) is known color: Black Russian. HEX triplet: 12, 15 and 25. RGB value is (18,21,37). Sum of RGB (Red+Green+Blue) = 18+21+37=76 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.68% from 76); Green value is 21 (8.59% from 255 or 27.63% from 76); Blue value is 37 (14.84% from 255 or 48.68% from 76); Max value from RGB is 37 - color contains mainly: blue. Hex color #121525 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121525 is #EDEADA. Grayscale: #151515. Windows color (decimal): -15592155 or 2430226. OLE color: 2430226.

HSL color Cylindrical-coordinate representation of color #121525: hue angle of 230.53º degrees, saturation: 0.35, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #121525 is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 18 21 37 -
CMYK 0.51 0.43 0 0.85
HSL 230.53º 0.35% 0.11% -
HSV(B) 230.53º 0.51% 0.15% -
XYZ 0.85 0.8 1.86 -
YUV 21.93 136.51 125.2 -
System Red Green Blue C M Y K H S L
Decimal 18 21 37 0.51 0.43 0 0.85 230.53 0.35 0.11
Hex 12 15 25 33 2B 0 55 E7 23 B
Octal 22 25 45 63 53 0 125 347 43 13
Binary 10010 10101 100101 110011 101011 0 1010101 11100111 100011 1011

Color Harmonies of #121525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121525

Black with #121525

Text Example


Text Example

White with #121525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121525; }

 p { color: rgb(18,21,37); }

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

background-color css

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

 a { background-color: rgb(18,21,37); }

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

border-color css

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

 span { border-color: rgb(18,21,37); }

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