Html Css Color HEX #25102E Blackcurrant

📋 copy color: '#25102E'

red 37 ◦ green 16 ◦ blue 46

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

Shades of Blackcurrant #25102E

Tints of Blackcurrant #25102E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 16.16%

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

R = 37.37%
G = 16.16%
B = 46.46%

CMYK

 C value IS 0.20

 M value IS 0.65

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#25102E (or 0x25102E) is known color: Blackcurrant. HEX triplet: 25, 10 and 2E. RGB value is (37,16,46). Sum of RGB (Red+Green+Blue) = 37+16+46=99 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37.37% from 99); Green value is 16 (6.64% from 255 or 16.16% from 99); Blue value is 46 (18.36% from 255 or 46.46% from 99); Max value from RGB is 46 - color contains mainly: blue. Hex color #25102E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25102E is #DAEFD1. Grayscale: #191919. Windows color (decimal): -14348242 or 3018789. OLE color: 3018789.

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

Color convert

RGB 37 16 46 -
CMYK 0.20 0.65 0 0.82
HSL 282º 0.48% 0.12% -
HSV(B) 282º 0.65% 0.18% -
XYZ 1.44 0.96 2.69 -
YUV 25.7 139.46 136.06 -
System Red Green Blue C M Y K H S L
Decimal 37 16 46 0.20 0.65 0 0.82 282 0.48 0.12
Hex 25 10 2E 14 41 0 52 11A 30 C
Octal 45 20 56 24 101 0 122 432 60 14
Binary 100101 10000 101110 10100 1000001 0 1010010 100011010 110000 1100

Color Harmonies of #25102E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25102E

Black with #25102E

Text Example


Text Example

White with #25102E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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