Html Css Color HEX #25172F Blackcurrant

📋 copy color: '#25172F'

red 37 ◦ green 23 ◦ blue 47

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

Shades of Blackcurrant #25172F

Tints of Blackcurrant #25172F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 21.5%

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

R = 34.58%
G = 21.5%
B = 43.93%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#25172F (or 0x25172F) is known color: Blackcurrant. HEX triplet: 25, 17 and 2F. RGB value is (37,23,47). Sum of RGB (Red+Green+Blue) = 37+23+47=107 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.58% from 107); Green value is 23 (9.38% from 255 or 21.50% from 107); Blue value is 47 (18.75% from 255 or 43.93% from 107); Max value from RGB is 47 - color contains mainly: blue. Hex color #25172F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25172F is #DAE8D0. Grayscale: #1D1D1D. Windows color (decimal): -14346449 or 3086117. OLE color: 3086117.

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

Color convert

RGB 37 23 47 -
CMYK 0.21 0.51 0 0.82
HSL 275º 0.34% 0.14% -
HSV(B) 275º 0.51% 0.18% -
XYZ 1.58 1.21 2.84 -
YUV 29.92 137.64 133.05 -
System Red Green Blue C M Y K H S L
Decimal 37 23 47 0.21 0.51 0 0.82 275 0.34 0.14
Hex 25 17 2F 15 33 0 52 113 22 E
Octal 45 27 57 25 63 0 122 423 42 16
Binary 100101 10111 101111 10101 110011 0 1010010 100010011 100010 1110

Color Harmonies of #25172F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25172F

Black with #25172F

Text Example


Text Example

White with #25172F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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