Html Css Color HEX #150824 Blackcurrant

📋 copy color: '#150824'

red 21 ◦ green 8 ◦ blue 36

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

Shades of Blackcurrant #150824

Tints of Blackcurrant #150824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 55.38%

R = 32.31%
G = 12.31%
B = 55.38%

CMYK

 C value IS 0.42

 M value IS 0.78

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#150824 (or 0x150824) is known color: Blackcurrant. HEX triplet: 15, 08 and 24. RGB value is (21,8,36). Sum of RGB (Red+Green+Blue) = 21+8+36=65 (8% of max value = 765). Red value is 21 (8.59% from 255 or 32.31% from 65); Green value is 8 (3.52% from 255 or 12.31% from 65); Blue value is 36 (14.45% from 255 or 55.38% from 65); Max value from RGB is 36 - color contains mainly: blue. Hex color #150824 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150824 is #EAF7DB. Grayscale: #0E0E0E. Windows color (decimal): -15398876 or 2361365. OLE color: 2361365.

HSL color Cylindrical-coordinate representation of color #150824: hue angle of 267.86º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #150824 is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 21 8 36 -
CMYK 0.42 0.78 0 0.86
HSL 267.86º 0.64% 0.09% -
HSV(B) 267.86º 0.78% 0.14% -
XYZ 0.71 0.46 1.72 -
YUV 15.08 139.81 132.22 -
System Red Green Blue C M Y K H S L
Decimal 21 8 36 0.42 0.78 0 0.86 267.86 0.64 0.09
Hex 15 8 24 2A 4E 0 56 10C 40 9
Octal 25 10 44 52 116 0 126 414 100 11
Binary 10101 1000 100100 101010 1001110 0 1010110 100001100 1000000 1001

Color Harmonies of #150824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150824

Black with #150824

Text Example


Text Example

White with #150824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150824; }

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

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

background-color css

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

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

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

border-color css

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

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

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