Html Css Color HEX #25182D Blackcurrant

📋 copy color: '#25182D'

red 37 ◦ green 24 ◦ blue 45

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

Shades of Blackcurrant #25182D

Tints of Blackcurrant #25182D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 22.64%

 BLUE value IS 45 (17.97% from 255) = 42.45%

R = 34.91%
G = 22.64%
B = 42.45%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#25182D (or 0x25182D) is known color: Blackcurrant. HEX triplet: 25, 18 and 2D. RGB value is (37,24,45). Sum of RGB (Red+Green+Blue) = 37+24+45=106 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.91% from 106); Green value is 24 (9.77% from 255 or 22.64% from 106); Blue value is 45 (17.97% from 255 or 42.45% from 106); Max value from RGB is 45 - color contains mainly: blue. Hex color #25182D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25182D is #DAE7D2. Grayscale: #1E1E1E. Windows color (decimal): -14346195 or 2955301. OLE color: 2955301.

HSL color Cylindrical-coordinate representation of color #25182D: hue angle of 277.14º degrees, saturation: 0.3, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #25182D is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 37 24 45 -
CMYK 0.18 0.47 0 0.82
HSL 277.14º 0.3% 0.14% -
HSV(B) 277.14º 0.47% 0.18% -
XYZ 1.56 1.24 2.64 -
YUV 30.28 136.31 132.79 -
System Red Green Blue C M Y K H S L
Decimal 37 24 45 0.18 0.47 0 0.82 277.14 0.3 0.14
Hex 25 18 2D 12 2F 0 52 115 1E E
Octal 45 30 55 22 57 0 122 425 36 16
Binary 100101 11000 101101 10010 101111 0 1010010 100010101 11110 1110

Color Harmonies of #25182D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25182D

Black with #25182D

Text Example


Text Example

White with #25182D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25182D; }

 p { color: rgb(37,24,45); }

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

background-color css

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

 a { background-color: rgb(37,24,45); }

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

border-color css

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

 span { border-color: rgb(37,24,45); }

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