Html Css Color HEX #25142A Blackcurrant

📋 copy color: '#25142A'

red 37 ◦ green 20 ◦ blue 42

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

Shades of Blackcurrant #25142A

Tints of Blackcurrant #25142A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 42.42%

R = 37.37%
G = 20.2%
B = 42.42%

CMYK

 C value IS 0.12

 M value IS 0.52

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#25142A (or 0x25142A) is known color: Blackcurrant. HEX triplet: 25, 14 and 2A. RGB value is (37,20,42). Sum of RGB (Red+Green+Blue) = 37+20+42=99 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37.37% from 99); Green value is 20 (8.20% from 255 or 20.20% from 99); Blue value is 42 (16.80% from 255 or 42.42% from 99); Max value from RGB is 42 - color contains mainly: blue. Hex color #25142A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25142A is #DAEBD5. Grayscale: #1B1B1B. Windows color (decimal): -14347222 or 2757669. OLE color: 2757669.

HSL color Cylindrical-coordinate representation of color #25142A: hue angle of 286.36º degrees, saturation: 0.35, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #25142A is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 37 20 42 -
CMYK 0.12 0.52 0 0.84
HSL 286.36º 0.35% 0.12% -
HSV(B) 286.36º 0.52% 0.16% -
XYZ 1.43 1.06 2.32 -
YUV 27.59 136.13 134.71 -
System Red Green Blue C M Y K H S L
Decimal 37 20 42 0.12 0.52 0 0.84 286.36 0.35 0.12
Hex 25 14 2A C 34 0 54 11E 23 C
Octal 45 24 52 14 64 0 124 436 43 14
Binary 100101 10100 101010 1100 110100 0 1010100 100011110 100011 1100

Color Harmonies of #25142A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25142A

Black with #25142A

Text Example


Text Example

White with #25142A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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