Html Css Color HEX #150022 Blackcurrant

📋 copy color: '#150022'

red 21 ◦ green 0 ◦ blue 34

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

Shades of Blackcurrant #150022

Tints of Blackcurrant #150022

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 34 (13.67% from 255) = 61.82%

R = 38.18%
G = 0%
B = 61.82%

CMYK

 C value IS 0.38

 M value IS 1

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#150022 (or 0x150022) is known color: Blackcurrant. HEX triplet: 15, 00 and 22. RGB value is (21,0,34). Sum of RGB (Red+Green+Blue) = 21+0+34=55 (7% of max value = 765). Red value is 21 (8.59% from 255 or 38.18% from 55); Green value is 0 (0.39% from 255 or 0% from 55); Blue value is 34 (13.67% from 255 or 61.82% from 55); Max value from RGB is 34 - color contains mainly: blue. Hex color #150022 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150022 is #EAFFDD. Grayscale: #0A0A0A. Windows color (decimal): -15400926 or 2228245. OLE color: 2228245.

HSL color Cylindrical-coordinate representation of color #150022: hue angle of 277.06º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #150022 is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 21 0 34 -
CMYK 0.38 1 0 0.87
HSL 277.06º 1% 0.07% -
HSV(B) 277.06º 1% 0.13% -
XYZ 0.6 0.27 1.53 -
YUV 10.16 141.46 135.74 -
System Red Green Blue C M Y K H S L
Decimal 21 0 34 0.38 1 0 0.87 277.06 1 0.07
Hex 15 0 22 26 64 0 57 115 64 7
Octal 25 0 42 46 144 0 127 425 144 7
Binary 10101 0 100010 100110 1100100 0 1010111 100010101 1100100 111

Color Harmonies of #150022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150022

Black with #150022

Text Example


Text Example

White with #150022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150022; }

 p { color: rgb(21,0,34); }

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

background-color css

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

 a { background-color: rgb(21,0,34); }

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

border-color css

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

 span { border-color: rgb(21,0,34); }

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