Html Css Color HEX #150C1D Blackcurrant

📋 copy color: '#150C1D'

red 21 ◦ green 12 ◦ blue 29

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

Shades of Blackcurrant #150C1D

Tints of Blackcurrant #150C1D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 19.35%

 BLUE value IS 29 (11.72% from 255) = 46.77%

R = 33.87%
G = 19.35%
B = 46.77%

CMYK

 C value IS 0.28

 M value IS 0.59

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#150C1D (or 0x150C1D) is known color: Blackcurrant. HEX triplet: 15, 0C and 1D. RGB value is (21,12,29). Sum of RGB (Red+Green+Blue) = 21+12+29=62 (8% of max value = 765). Red value is 21 (8.59% from 255 or 33.87% from 62); Green value is 12 (5.08% from 255 or 19.35% from 62); Blue value is 29 (11.72% from 255 or 46.77% from 62); Max value from RGB is 29 - color contains mainly: blue. Hex color #150C1D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150C1D is #EAF3E2. Grayscale: #101010. Windows color (decimal): -15397859 or 1903637. OLE color: 1903637.

HSL color Cylindrical-coordinate representation of color #150C1D: hue angle of 271.76º degrees, saturation: 0.41, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #150C1D is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 21 12 29 -
CMYK 0.28 0.59 0 0.89
HSL 271.76º 0.41% 0.08% -
HSV(B) 271.76º 0.59% 0.11% -
XYZ 0.66 0.51 1.23 -
YUV 16.63 134.98 131.12 -
System Red Green Blue C M Y K H S L
Decimal 21 12 29 0.28 0.59 0 0.89 271.76 0.41 0.08
Hex 15 C 1D 1C 3B 0 59 110 29 8
Octal 25 14 35 34 73 0 131 420 51 10
Binary 10101 1100 11101 11100 111011 0 1011001 100010000 101001 1000

Color Harmonies of #150C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150C1D

Black with #150C1D

Text Example


Text Example

White with #150C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150C1D; }

 p { color: rgb(21,12,29); }

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

background-color css

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

 a { background-color: rgb(21,12,29); }

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

border-color css

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

 span { border-color: rgb(21,12,29); }

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