Html Css Color HEX #25192B Blackcurrant

📋 copy color: '#25192B'

red 37 ◦ green 25 ◦ blue 43

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

Shades of Blackcurrant #25192B

Tints of Blackcurrant #25192B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 23.81%

 BLUE value IS 43 (17.19% from 255) = 40.95%

R = 35.24%
G = 23.81%
B = 40.95%

CMYK

 C value IS 0.14

 M value IS 0.42

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#25192B (or 0x25192B) is known color: Blackcurrant. HEX triplet: 25, 19 and 2B. RGB value is (37,25,43). Sum of RGB (Red+Green+Blue) = 37+25+43=105 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.24% from 105); Green value is 25 (10.16% from 255 or 23.81% from 105); Blue value is 43 (17.19% from 255 or 40.95% from 105); Max value from RGB is 43 - color contains mainly: blue. Hex color #25192B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25192B is #DAE6D4. Grayscale: #1E1E1E. Windows color (decimal): -14345941 or 2824485. OLE color: 2824485.

HSL color Cylindrical-coordinate representation of color #25192B: hue angle of 280º degrees, saturation: 0.26, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #25192B is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 37 25 43 -
CMYK 0.14 0.42 0 0.83
HSL 280º 0.26% 0.13% -
HSV(B) 280º 0.42% 0.17% -
XYZ 1.55 1.26 2.45 -
YUV 30.64 134.98 132.54 -
System Red Green Blue C M Y K H S L
Decimal 37 25 43 0.14 0.42 0 0.83 280 0.26 0.13
Hex 25 19 2B E 2A 0 53 118 1A D
Octal 45 31 53 16 52 0 123 430 32 15
Binary 100101 11001 101011 1110 101010 0 1010011 100011000 11010 1101

Color Harmonies of #25192B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25192B

Black with #25192B

Text Example


Text Example

White with #25192B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25192B; }

 p { color: rgb(37,25,43); }

 H1.HeaderClassName
 {
   color: #25192B;
 }
 .AnyTagClassName
 {
   color: #25192B;
 }
</style>

background-color css

<style>
 a { background-color: #25192B; }

 a { background-color: rgb(37,25,43); }

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

border-color css

<style>
 span { border-color: #25192B; }

 span { border-color: rgb(37,25,43); }

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