Html Css Color HEX #150F1B Blackcurrant

📋 copy color: '#150F1B'

red 21 ◦ green 15 ◦ blue 27

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

Shades of Blackcurrant #150F1B

Tints of Blackcurrant #150F1B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 23.81%

 BLUE value IS 27 (10.94% from 255) = 42.86%

R = 33.33%
G = 23.81%
B = 42.86%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#150F1B (or 0x150F1B) is known color: Blackcurrant. HEX triplet: 15, 0F and 1B. RGB value is (21,15,27). Sum of RGB (Red+Green+Blue) = 21+15+27=63 (8% of max value = 765). Red value is 21 (8.59% from 255 or 33.33% from 63); Green value is 15 (6.25% from 255 or 23.81% from 63); Blue value is 27 (10.94% from 255 or 42.86% from 63); Max value from RGB is 27 - color contains mainly: blue. Hex color #150F1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150F1B is #EAF0E4. Grayscale: #121212. Windows color (decimal): -15397093 or 1773333. OLE color: 1773333.

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

Color convert

RGB 21 15 27 -
CMYK 0.22 0.44 0 0.89
HSL 270º 0.29% 0.08% -
HSV(B) 270º 0.44% 0.11% -
XYZ 0.68 0.58 1.11 -
YUV 18.16 132.99 130.02 -
System Red Green Blue C M Y K H S L
Decimal 21 15 27 0.22 0.44 0 0.89 270 0.29 0.08
Hex 15 F 1B 16 2C 0 59 10E 1D 8
Octal 25 17 33 26 54 0 131 416 35 10
Binary 10101 1111 11011 10110 101100 0 1011001 100001110 11101 1000

Color Harmonies of #150F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150F1B

Black with #150F1B

Text Example


Text Example

White with #150F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,15,27); }

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

background-color css

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

 a { background-color: rgb(21,15,27); }

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

border-color css

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

 span { border-color: rgb(21,15,27); }

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