Html Css Color HEX #150821 Blackcurrant

📋 copy color: '#150821'

red 21 ◦ green 8 ◦ blue 33

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

Shades of Blackcurrant #150821

Tints of Blackcurrant #150821

RGB

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

 GREEN value IS 8 (3.52% from 255) = 12.9%

 BLUE value IS 33 (13.28% from 255) = 53.23%

R = 33.87%
G = 12.9%
B = 53.23%

CMYK

 C value IS 0.36

 M value IS 0.76

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#150821 (or 0x150821) is known color: Blackcurrant. HEX triplet: 15, 08 and 21. RGB value is (21,8,33). Sum of RGB (Red+Green+Blue) = 21+8+33=62 (8% of max value = 765). Red value is 21 (8.59% from 255 or 33.87% from 62); Green value is 8 (3.52% from 255 or 12.90% from 62); Blue value is 33 (13.28% from 255 or 53.23% from 62); Max value from RGB is 33 - color contains mainly: blue. Hex color #150821 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150821 is #EAF7DE. Grayscale: #0E0E0E. Windows color (decimal): -15398879 or 2164757. OLE color: 2164757.

HSL color Cylindrical-coordinate representation of color #150821: hue angle of 271.2º degrees, saturation: 0.61, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #150821 is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 21 8 33 -
CMYK 0.36 0.76 0 0.87
HSL 271.2º 0.61% 0.08% -
HSV(B) 271.2º 0.76% 0.13% -
XYZ 0.67 0.44 1.49 -
YUV 14.74 138.31 132.47 -
System Red Green Blue C M Y K H S L
Decimal 21 8 33 0.36 0.76 0 0.87 271.2 0.61 0.08
Hex 15 8 21 24 4C 0 57 10F 3D 8
Octal 25 10 41 44 114 0 127 417 75 10
Binary 10101 1000 100001 100100 1001100 0 1010111 100001111 111101 1000

Color Harmonies of #150821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150821

Black with #150821

Text Example


Text Example

White with #150821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150821; }

 p { color: rgb(21,8,33); }

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

background-color css

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

 a { background-color: rgb(21,8,33); }

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

border-color css

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

 span { border-color: rgb(21,8,33); }

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