Html Css Color HEX #150125 Blackcurrant

📋 copy color: '#150125'

red 21 ◦ green 1 ◦ blue 37

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

Shades of Blackcurrant #150125

Tints of Blackcurrant #150125

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.69%

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

R = 35.59%
G = 1.69%
B = 62.71%

CMYK

 C value IS 0.43

 M value IS 0.97

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#150125 (or 0x150125) is known color: Blackcurrant. HEX triplet: 15, 01 and 25. RGB value is (21,1,37). Sum of RGB (Red+Green+Blue) = 21+1+37=59 (7% of max value = 765). Red value is 21 (8.59% from 255 or 35.59% from 59); Green value is 1 (0.78% from 255 or 1.69% from 59); Blue value is 37 (14.84% from 255 or 62.71% from 59); Max value from RGB is 37 - color contains mainly: blue. Hex color #150125 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150125 is #EAFEDA. Grayscale: #0A0A0A. Windows color (decimal): -15400667 or 2425109. OLE color: 2425109.

HSL color Cylindrical-coordinate representation of color #150125: hue angle of 273.33º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #150125 is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 21 1 37 -
CMYK 0.43 0.97 0 0.85
HSL 273.33º 0.95% 0.07% -
HSV(B) 273.33º 0.97% 0.15% -
XYZ 0.65 0.31 1.78 -
YUV 11.08 142.63 135.07 -
System Red Green Blue C M Y K H S L
Decimal 21 1 37 0.43 0.97 0 0.85 273.33 0.95 0.07
Hex 15 1 25 2B 61 0 55 111 5F 7
Octal 25 1 45 53 141 0 125 421 137 7
Binary 10101 1 100101 101011 1100001 0 1010101 100010001 1011111 111

Color Harmonies of #150125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150125

Black with #150125

Text Example


Text Example

White with #150125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150125; }

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

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

background-color css

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

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

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

border-color css

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

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

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