Html Css Color HEX #25112E Blackcurrant

📋 copy color: '#25112E'

red 37 ◦ green 17 ◦ blue 46

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

Shades of Blackcurrant #25112E

Tints of Blackcurrant #25112E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 46%

R = 37%
G = 17%
B = 46%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#25112E (or 0x25112E) is known color: Blackcurrant. HEX triplet: 25, 11 and 2E. RGB value is (37,17,46). Sum of RGB (Red+Green+Blue) = 37+17+46=100 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37% from 100); Green value is 17 (7.03% from 255 or 17% from 100); Blue value is 46 (18.36% from 255 or 46% from 100); Max value from RGB is 46 - color contains mainly: blue. Hex color #25112E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25112E is #DAEED1. Grayscale: #1A1A1A. Windows color (decimal): -14347986 or 3019045. OLE color: 3019045.

HSL color Cylindrical-coordinate representation of color #25112E: hue angle of 281.38º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #25112E is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 37 17 46 -
CMYK 0.20 0.63 0 0.82
HSL 281.38º 0.46% 0.12% -
HSV(B) 281.38º 0.63% 0.18% -
XYZ 1.46 0.99 2.7 -
YUV 26.29 139.13 135.64 -
System Red Green Blue C M Y K H S L
Decimal 37 17 46 0.20 0.63 0 0.82 281.38 0.46 0.12
Hex 25 11 2E 14 3F 0 52 119 2E C
Octal 45 21 56 24 77 0 122 431 56 14
Binary 100101 10001 101110 10100 111111 0 1010010 100011001 101110 1100

Color Harmonies of #25112E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25112E

Black with #25112E

Text Example


Text Example

White with #25112E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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