Html Css Color HEX #25112A Blackcurrant

📋 copy color: '#25112A'

red 37 ◦ green 17 ◦ blue 42

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

Shades of Blackcurrant #25112A

Tints of Blackcurrant #25112A

RGB

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

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

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

R = 38.54%
G = 17.71%
B = 43.75%

CMYK

 C value IS 0.12

 M value IS 0.60

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#25112A (or 0x25112A) is known color: Blackcurrant. HEX triplet: 25, 11 and 2A. RGB value is (37,17,42). Sum of RGB (Red+Green+Blue) = 37+17+42=96 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.54% from 96); Green value is 17 (7.03% from 255 or 17.71% from 96); Blue value is 42 (16.80% from 255 or 43.75% from 96); Max value from RGB is 42 - color contains mainly: blue. Hex color #25112A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25112A is #DAEED5. Grayscale: #191919. Windows color (decimal): -14347990 or 2756901. OLE color: 2756901.

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

Color convert

RGB 37 17 42 -
CMYK 0.12 0.60 0 0.84
HSL 288º 0.42% 0.12% -
HSV(B) 288º 0.6% 0.16% -
XYZ 1.38 0.96 2.3 -
YUV 25.83 137.13 135.97 -
System Red Green Blue C M Y K H S L
Decimal 37 17 42 0.12 0.60 0 0.84 288 0.42 0.12
Hex 25 11 2A C 3C 0 54 120 2A C
Octal 45 21 52 14 74 0 124 440 52 14
Binary 100101 10001 101010 1100 111100 0 1010100 100100000 101010 1100

Color Harmonies of #25112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25112A

Black with #25112A

Text Example


Text Example

White with #25112A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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