Html Css Color HEX #25122C Blackcurrant

📋 copy color: '#25122C'

red 37 ◦ green 18 ◦ blue 44

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

Shades of Blackcurrant #25122C

Tints of Blackcurrant #25122C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 18.18%

 BLUE value IS 44 (17.58% from 255) = 44.44%

R = 37.37%
G = 18.18%
B = 44.44%

CMYK

 C value IS 0.16

 M value IS 0.59

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#25122C (or 0x25122C) is known color: Blackcurrant. HEX triplet: 25, 12 and 2C. RGB value is (37,18,44). Sum of RGB (Red+Green+Blue) = 37+18+44=99 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37.37% from 99); Green value is 18 (7.42% from 255 or 18.18% from 99); Blue value is 44 (17.58% from 255 or 44.44% from 99); Max value from RGB is 44 - color contains mainly: blue. Hex color #25122C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25122C is #DAEDD3. Grayscale: #1A1A1A. Windows color (decimal): -14347732 or 2888229. OLE color: 2888229.

HSL color Cylindrical-coordinate representation of color #25122C: hue angle of 283.85º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #25122C is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 37 18 44 -
CMYK 0.16 0.59 0 0.83
HSL 283.85º 0.42% 0.12% -
HSV(B) 283.85º 0.59% 0.17% -
XYZ 1.43 1.01 2.5 -
YUV 26.65 137.79 135.39 -
System Red Green Blue C M Y K H S L
Decimal 37 18 44 0.16 0.59 0 0.83 283.85 0.42 0.12
Hex 25 12 2C 10 3B 0 53 11C 2A C
Octal 45 22 54 20 73 0 123 434 52 14
Binary 100101 10010 101100 10000 111011 0 1010011 100011100 101010 1100

Color Harmonies of #25122C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25122C

Black with #25122C

Text Example


Text Example

White with #25122C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25122C; }

 p { color: rgb(37,18,44); }

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

background-color css

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

 a { background-color: rgb(37,18,44); }

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

border-color css

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

 span { border-color: rgb(37,18,44); }

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