Html Css Color HEX #150D1F Blackcurrant

📋 copy color: '#150D1F'

red 21 ◦ green 13 ◦ blue 31

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

Shades of Blackcurrant #150D1F

Tints of Blackcurrant #150D1F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 20%

 BLUE value IS 31 (12.5% from 255) = 47.69%

R = 32.31%
G = 20%
B = 47.69%

CMYK

 C value IS 0.32

 M value IS 0.58

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#150D1F (or 0x150D1F) is known color: Blackcurrant. HEX triplet: 15, 0D and 1F. RGB value is (21,13,31). Sum of RGB (Red+Green+Blue) = 21+13+31=65 (8% of max value = 765). Red value is 21 (8.59% from 255 or 32.31% from 65); Green value is 13 (5.47% from 255 or 20% from 65); Blue value is 31 (12.5% from 255 or 47.69% from 65); Max value from RGB is 31 - color contains mainly: blue. Hex color #150D1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150D1F is #EAF2E0. Grayscale: #111111. Windows color (decimal): -15397601 or 2034965. OLE color: 2034965.

HSL color Cylindrical-coordinate representation of color #150D1F: hue angle of 266.67º degrees, saturation: 0.41, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #150D1F is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 21 13 31 -
CMYK 0.32 0.58 0 0.88
HSL 266.67º 0.41% 0.09% -
HSV(B) 266.67º 0.58% 0.12% -
XYZ 0.7 0.55 1.36 -
YUV 17.44 135.65 130.54 -
System Red Green Blue C M Y K H S L
Decimal 21 13 31 0.32 0.58 0 0.88 266.67 0.41 0.09
Hex 15 D 1F 20 3A 0 58 10B 29 9
Octal 25 15 37 40 72 0 130 413 51 11
Binary 10101 1101 11111 100000 111010 0 1011000 100001011 101001 1001

Color Harmonies of #150D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150D1F

Black with #150D1F

Text Example


Text Example

White with #150D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,13,31); }

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

background-color css

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

 a { background-color: rgb(21,13,31); }

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

border-color css

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

 span { border-color: rgb(21,13,31); }

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