Html Css Color HEX #150A1F Blackcurrant

📋 copy color: '#150A1F'

red 21 ◦ green 10 ◦ blue 31

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

Shades of Blackcurrant #150A1F

Tints of Blackcurrant #150A1F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 16.13%

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

R = 33.87%
G = 16.13%
B = 50%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#150A1F (or 0x150A1F) is known color: Blackcurrant. HEX triplet: 15, 0A and 1F. RGB value is (21,10,31). Sum of RGB (Red+Green+Blue) = 21+10+31=62 (8% of max value = 765). Red value is 21 (8.59% from 255 or 33.87% from 62); Green value is 10 (4.30% from 255 or 16.13% from 62); Blue value is 31 (12.5% from 255 or 50% from 62); Max value from RGB is 31 - color contains mainly: blue. Hex color #150A1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150A1F is #EAF5E0. Grayscale: #0F0F0F. Windows color (decimal): -15398369 or 2034197. OLE color: 2034197.

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

Color convert

RGB 21 10 31 -
CMYK 0.32 0.68 0 0.88
HSL 271.43º 0.51% 0.08% -
HSV(B) 271.43º 0.68% 0.12% -
XYZ 0.67 0.48 1.35 -
YUV 15.68 136.64 131.79 -
System Red Green Blue C M Y K H S L
Decimal 21 10 31 0.32 0.68 0 0.88 271.43 0.51 0.08
Hex 15 A 1F 20 44 0 58 10F 33 8
Octal 25 12 37 40 104 0 130 417 63 10
Binary 10101 1010 11111 100000 1000100 0 1011000 100001111 110011 1000

Color Harmonies of #150A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150A1F

Black with #150A1F

Text Example


Text Example

White with #150A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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