Html Css Color HEX #150820 Blackcurrant

📋 copy color: '#150820'

red 21 ◦ green 8 ◦ blue 32

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

Shades of Blackcurrant #150820

Tints of Blackcurrant #150820

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 52.46%

R = 34.43%
G = 13.11%
B = 52.46%

CMYK

 C value IS 0.34

 M value IS 0.75

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#150820 (or 0x150820) is known color: Blackcurrant. HEX triplet: 15, 08 and 20. RGB value is (21,8,32). Sum of RGB (Red+Green+Blue) = 21+8+32=61 (8% of max value = 765). Red value is 21 (8.59% from 255 or 34.43% from 61); Green value is 8 (3.52% from 255 or 13.11% from 61); Blue value is 32 (12.89% from 255 or 52.46% from 61); Max value from RGB is 32 - color contains mainly: blue. Hex color #150820 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150820 is #EAF7DF. Grayscale: #0E0E0E. Windows color (decimal): -15398880 or 2099221. OLE color: 2099221.

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

Color convert

RGB 21 8 32 -
CMYK 0.34 0.75 0 0.87
HSL 272.5º 0.6% 0.08% -
HSV(B) 272.5º 0.75% 0.13% -
XYZ 0.66 0.44 1.42 -
YUV 14.62 137.81 132.55 -
System Red Green Blue C M Y K H S L
Decimal 21 8 32 0.34 0.75 0 0.87 272.5 0.6 0.08
Hex 15 8 20 22 4B 0 57 110 3C 8
Octal 25 10 40 42 113 0 127 420 74 10
Binary 10101 1000 100000 100010 1001011 0 1010111 100010000 111100 1000

Color Harmonies of #150820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150820

Black with #150820

Text Example


Text Example

White with #150820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150820; }

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

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

background-color css

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

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

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

border-color css

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

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

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