Html Css Color HEX #150C25 Blackcurrant

📋 copy color: '#150C25'

red 21 ◦ green 12 ◦ blue 37

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

Shades of Blackcurrant #150C25

Tints of Blackcurrant #150C25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 52.86%

R = 30%
G = 17.14%
B = 52.86%

CMYK

 C value IS 0.43

 M value IS 0.68

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#150C25 (or 0x150C25) is known color: Blackcurrant. HEX triplet: 15, 0C and 25. RGB value is (21,12,37). Sum of RGB (Red+Green+Blue) = 21+12+37=70 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30% from 70); Green value is 12 (5.08% from 255 or 17.14% from 70); Blue value is 37 (14.84% from 255 or 52.86% from 70); Max value from RGB is 37 - color contains mainly: blue. Hex color #150C25 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150C25 is #EAF3DA. Grayscale: #111111. Windows color (decimal): -15397851 or 2427925. OLE color: 2427925.

HSL color Cylindrical-coordinate representation of color #150C25: hue angle of 261.6º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #150C25 is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 21 12 37 -
CMYK 0.43 0.68 0 0.85
HSL 261.6º 0.51% 0.1% -
HSV(B) 261.6º 0.68% 0.15% -
XYZ 0.77 0.56 1.82 -
YUV 17.54 138.98 130.47 -
System Red Green Blue C M Y K H S L
Decimal 21 12 37 0.43 0.68 0 0.85 261.6 0.51 0.1
Hex 15 C 25 2B 44 0 55 106 33 A
Octal 25 14 45 53 104 0 125 406 63 12
Binary 10101 1100 100101 101011 1000100 0 1010101 100000110 110011 1010

Color Harmonies of #150C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150C25

Black with #150C25

Text Example


Text Example

White with #150C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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