Html Css Color HEX #25142C Blackcurrant

📋 copy color: '#25142C'

red 37 ◦ green 20 ◦ blue 44

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

Shades of Blackcurrant #25142C

Tints of Blackcurrant #25142C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 19.8%

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

R = 36.63%
G = 19.8%
B = 43.56%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#25142C (or 0x25142C) is known color: Blackcurrant. HEX triplet: 25, 14 and 2C. RGB value is (37,20,44). Sum of RGB (Red+Green+Blue) = 37+20+44=101 (13% of max value = 765). Red value is 37 (14.84% from 255 or 36.63% from 101); Green value is 20 (8.20% from 255 or 19.80% from 101); Blue value is 44 (17.58% from 255 or 43.56% from 101); Max value from RGB is 44 - color contains mainly: blue. Hex color #25142C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25142C is #DAEBD3. Grayscale: #1B1B1B. Windows color (decimal): -14347220 or 2888741. OLE color: 2888741.

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

Color convert

RGB 37 20 44 -
CMYK 0.16 0.55 0 0.83
HSL 282.5º 0.38% 0.13% -
HSV(B) 282.5º 0.55% 0.17% -
XYZ 1.47 1.08 2.51 -
YUV 27.82 137.13 134.55 -
System Red Green Blue C M Y K H S L
Decimal 37 20 44 0.16 0.55 0 0.83 282.5 0.38 0.13
Hex 25 14 2C 10 37 0 53 11A 26 D
Octal 45 24 54 20 67 0 123 432 46 15
Binary 100101 10100 101100 10000 110111 0 1010011 100011010 100110 1101

Color Harmonies of #25142C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25142C

Black with #25142C

Text Example


Text Example

White with #25142C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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