Html Css Color HEX #25152F Blackcurrant

📋 copy color: '#25152F'

red 37 ◦ green 21 ◦ blue 47

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

Shades of Blackcurrant #25152F

Tints of Blackcurrant #25152F

RGB

 RED value IS 37 (14.84% from 255) = 35.24%

 GREEN value IS 21 (8.59% from 255) = 20%

 BLUE value IS 47 (18.75% from 255) = 44.76%

R = 35.24%
G = 20%
B = 44.76%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#25152F (or 0x25152F) is known color: Blackcurrant. HEX triplet: 25, 15 and 2F. RGB value is (37,21,47). Sum of RGB (Red+Green+Blue) = 37+21+47=105 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.24% from 105); Green value is 21 (8.59% from 255 or 20% from 105); Blue value is 47 (18.75% from 255 or 44.76% from 105); Max value from RGB is 47 - color contains mainly: blue. Hex color #25152F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25152F is #DAEAD0. Grayscale: #1C1C1C. Windows color (decimal): -14346961 or 3085605. OLE color: 3085605.

HSL color Cylindrical-coordinate representation of color #25152F: hue angle of 276.92º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #25152F is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 37 21 47 -
CMYK 0.21 0.55 0 0.82
HSL 276.92º 0.38% 0.13% -
HSV(B) 276.92º 0.55% 0.18% -
XYZ 1.54 1.13 2.83 -
YUV 28.75 138.3 133.89 -
System Red Green Blue C M Y K H S L
Decimal 37 21 47 0.21 0.55 0 0.82 276.92 0.38 0.13
Hex 25 15 2F 15 37 0 52 115 26 D
Octal 45 25 57 25 67 0 122 425 46 15
Binary 100101 10101 101111 10101 110111 0 1010010 100010101 100110 1101

Color Harmonies of #25152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25152F

Black with #25152F

Text Example


Text Example

White with #25152F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25152F; }

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

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

background-color css

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

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

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

border-color css

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

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

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