Html Css Color HEX #150B25 Blackcurrant

📋 copy color: '#150B25'

red 21 ◦ green 11 ◦ blue 37

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

Shades of Blackcurrant #150B25

Tints of Blackcurrant #150B25

RGB

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

 GREEN value IS 11 (4.69% from 255) = 15.94%

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

R = 30.43%
G = 15.94%
B = 53.62%

CMYK

 C value IS 0.43

 M value IS 0.70

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#150B25 (or 0x150B25) is known color: Blackcurrant. HEX triplet: 15, 0B and 25. RGB value is (21,11,37). Sum of RGB (Red+Green+Blue) = 21+11+37=69 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30.43% from 69); Green value is 11 (4.69% from 255 or 15.94% from 69); Blue value is 37 (14.84% from 255 or 53.62% from 69); Max value from RGB is 37 - color contains mainly: blue. Hex color #150B25 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150B25 is #EAF4DA. Grayscale: #101010. Windows color (decimal): -15398107 or 2427669. OLE color: 2427669.

HSL color Cylindrical-coordinate representation of color #150B25: hue angle of 263.08º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #150B25 is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 21 11 37 -
CMYK 0.43 0.70 0 0.85
HSL 263.08º 0.54% 0.09% -
HSV(B) 263.08º 0.7% 0.15% -
XYZ 0.76 0.53 1.81 -
YUV 16.95 139.31 130.89 -
System Red Green Blue C M Y K H S L
Decimal 21 11 37 0.43 0.70 0 0.85 263.08 0.54 0.09
Hex 15 B 25 2B 46 0 55 107 36 9
Octal 25 13 45 53 106 0 125 407 66 11
Binary 10101 1011 100101 101011 1000110 0 1010101 100000111 110110 1001

Color Harmonies of #150B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150B25

Black with #150B25

Text Example


Text Example

White with #150B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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