Html Css Color HEX #25152A Blackcurrant

📋 copy color: '#25152A'

red 37 ◦ green 21 ◦ blue 42

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

Shades of Blackcurrant #25152A

Tints of Blackcurrant #25152A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 21%

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

R = 37%
G = 21%
B = 42%

CMYK

 C value IS 0.12

 M value IS 0.50

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#25152A (or 0x25152A) is known color: Blackcurrant. HEX triplet: 25, 15 and 2A. RGB value is (37,21,42). Sum of RGB (Red+Green+Blue) = 37+21+42=100 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37% from 100); Green value is 21 (8.59% from 255 or 21% from 100); Blue value is 42 (16.80% from 255 or 42% from 100); Max value from RGB is 42 - color contains mainly: blue. Hex color #25152A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25152A is #DAEAD5. Grayscale: #1C1C1C. Windows color (decimal): -14346966 or 2757925. OLE color: 2757925.

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

Color convert

RGB 37 21 42 -
CMYK 0.12 0.50 0 0.84
HSL 285.71º 0.33% 0.12% -
HSV(B) 285.71º 0.5% 0.16% -
XYZ 1.45 1.1 2.33 -
YUV 28.18 135.8 134.29 -
System Red Green Blue C M Y K H S L
Decimal 37 21 42 0.12 0.50 0 0.84 285.71 0.33 0.12
Hex 25 15 2A C 32 0 54 11E 21 C
Octal 45 25 52 14 62 0 124 436 41 14
Binary 100101 10101 101010 1100 110010 0 1010100 100011110 100001 1100

Color Harmonies of #25152A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25152A

Black with #25152A

Text Example


Text Example

White with #25152A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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