Html Css Color HEX #25112F Blackcurrant

📋 copy color: '#25112F'

red 37 ◦ green 17 ◦ blue 47

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

Shades of Blackcurrant #25112F

Tints of Blackcurrant #25112F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 16.83%

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

R = 36.63%
G = 16.83%
B = 46.53%

CMYK

 C value IS 0.21

 M value IS 0.64

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#25112F (or 0x25112F) is known color: Blackcurrant. HEX triplet: 25, 11 and 2F. RGB value is (37,17,47). Sum of RGB (Red+Green+Blue) = 37+17+47=101 (13% of max value = 765). Red value is 37 (14.84% from 255 or 36.63% from 101); Green value is 17 (7.03% from 255 or 16.83% from 101); Blue value is 47 (18.75% from 255 or 46.53% from 101); Max value from RGB is 47 - color contains mainly: blue. Hex color #25112F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25112F is #DAEED0. Grayscale: #1A1A1A. Windows color (decimal): -14347985 or 3084581. OLE color: 3084581.

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

Color convert

RGB 37 17 47 -
CMYK 0.21 0.64 0 0.82
HSL 280º 0.47% 0.13% -
HSV(B) 280º 0.64% 0.18% -
XYZ 1.48 1 2.8 -
YUV 26.4 139.63 135.56 -
System Red Green Blue C M Y K H S L
Decimal 37 17 47 0.21 0.64 0 0.82 280 0.47 0.13
Hex 25 11 2F 15 40 0 52 118 2F D
Octal 45 21 57 25 100 0 122 430 57 15
Binary 100101 10001 101111 10101 1000000 0 1010010 100011000 101111 1101

Color Harmonies of #25112F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25112F

Black with #25112F

Text Example


Text Example

White with #25112F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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