Html Css Color HEX #150122 Blackcurrant

📋 copy color: '#150122'

red 21 ◦ green 1 ◦ blue 34

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

Shades of Blackcurrant #150122

Tints of Blackcurrant #150122

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.79%

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

R = 37.5%
G = 1.79%
B = 60.71%

CMYK

 C value IS 0.38

 M value IS 0.97

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#150122 (or 0x150122) is known color: Blackcurrant. HEX triplet: 15, 01 and 22. RGB value is (21,1,34). Sum of RGB (Red+Green+Blue) = 21+1+34=56 (7% of max value = 765). Red value is 21 (8.59% from 255 or 37.5% from 56); Green value is 1 (0.78% from 255 or 1.79% from 56); Blue value is 34 (13.67% from 255 or 60.71% from 56); Max value from RGB is 34 - color contains mainly: blue. Hex color #150122 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150122 is #EAFEDD. Grayscale: #0A0A0A. Windows color (decimal): -15400670 or 2228501. OLE color: 2228501.

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

Color convert

RGB 21 1 34 -
CMYK 0.38 0.97 0 0.87
HSL 276.36º 0.94% 0.07% -
HSV(B) 276.36º 0.97% 0.13% -
XYZ 0.61 0.3 1.54 -
YUV 10.74 141.13 135.32 -
System Red Green Blue C M Y K H S L
Decimal 21 1 34 0.38 0.97 0 0.87 276.36 0.94 0.07
Hex 15 1 22 26 61 0 57 114 5E 7
Octal 25 1 42 46 141 0 127 424 136 7
Binary 10101 1 100010 100110 1100001 0 1010111 100010100 1011110 111

Color Harmonies of #150122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150122

Black with #150122

Text Example


Text Example

White with #150122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150122; }

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

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

background-color css

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

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

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

border-color css

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

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

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