Html Css Color HEX #150A25 Blackcurrant

📋 copy color: '#150A25'

red 21 ◦ green 10 ◦ blue 37

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

Shades of Blackcurrant #150A25

Tints of Blackcurrant #150A25

RGB

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

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

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

R = 30.88%
G = 14.71%
B = 54.41%

CMYK

 C value IS 0.43

 M value IS 0.73

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#150A25 (or 0x150A25) is known color: Blackcurrant. HEX triplet: 15, 0A and 25. RGB value is (21,10,37). Sum of RGB (Red+Green+Blue) = 21+10+37=68 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30.88% from 68); Green value is 10 (4.30% from 255 or 14.71% from 68); Blue value is 37 (14.84% from 255 or 54.41% from 68); Max value from RGB is 37 - color contains mainly: blue. Hex color #150A25 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150A25 is #EAF5DA. Grayscale: #101010. Windows color (decimal): -15398363 or 2427413. OLE color: 2427413.

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

Color convert

RGB 21 10 37 -
CMYK 0.43 0.73 0 0.85
HSL 264.44º 0.57% 0.09% -
HSV(B) 264.44º 0.73% 0.15% -
XYZ 0.75 0.51 1.81 -
YUV 16.37 139.64 131.3 -
System Red Green Blue C M Y K H S L
Decimal 21 10 37 0.43 0.73 0 0.85 264.44 0.57 0.09
Hex 15 A 25 2B 49 0 55 108 39 9
Octal 25 12 45 53 111 0 125 410 71 11
Binary 10101 1010 100101 101011 1001001 0 1010101 100001000 111001 1001

Color Harmonies of #150A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150A25

Black with #150A25

Text Example


Text Example

White with #150A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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