Html Css Color HEX #150422 Blackcurrant

📋 copy color: '#150422'

red 21 ◦ green 4 ◦ blue 34

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

Shades of Blackcurrant #150422

Tints of Blackcurrant #150422

RGB

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

 GREEN value IS 4 (1.95% from 255) = 6.78%

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

R = 35.59%
G = 6.78%
B = 57.63%

CMYK

 C value IS 0.38

 M value IS 0.88

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#150422 (or 0x150422) is known color: Blackcurrant. HEX triplet: 15, 04 and 22. RGB value is (21,4,34). Sum of RGB (Red+Green+Blue) = 21+4+34=59 (7% of max value = 765). Red value is 21 (8.59% from 255 or 35.59% from 59); Green value is 4 (1.95% from 255 or 6.78% from 59); Blue value is 34 (13.67% from 255 or 57.63% from 59); Max value from RGB is 34 - color contains mainly: blue. Hex color #150422 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150422 is #EAFBDD. Grayscale: #0C0C0C. Windows color (decimal): -15399902 or 2229269. OLE color: 2229269.

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

Color convert

RGB 21 4 34 -
CMYK 0.38 0.88 0 0.87
HSL 274º 0.79% 0.07% -
HSV(B) 274º 0.88% 0.13% -
XYZ 0.64 0.36 1.55 -
YUV 12.5 140.13 134.06 -
System Red Green Blue C M Y K H S L
Decimal 21 4 34 0.38 0.88 0 0.87 274 0.79 0.07
Hex 15 4 22 26 58 0 57 112 4F 7
Octal 25 4 42 46 130 0 127 422 117 7
Binary 10101 100 100010 100110 1011000 0 1010111 100010010 1001111 111

Color Harmonies of #150422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150422

Black with #150422

Text Example


Text Example

White with #150422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150422; }

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

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

background-color css

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

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

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

border-color css

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

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

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