Html Css Color HEX #25123A Blackcurrant

📋 copy color: '#25123A'

red 37 ◦ green 18 ◦ blue 58

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

Shades of Blackcurrant #25123A

Tints of Blackcurrant #25123A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.93%

 BLUE value IS 58 (23.05% from 255) = 51.33%

R = 32.74%
G = 15.93%
B = 51.33%

CMYK

 C value IS 0.36

 M value IS 0.69

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#25123A (or 0x25123A) is known color: Blackcurrant. HEX triplet: 25, 12 and 3A. RGB value is (37,18,58). Sum of RGB (Red+Green+Blue) = 37+18+58=113 (14% of max value = 765). Red value is 37 (14.84% from 255 or 32.74% from 113); Green value is 18 (7.42% from 255 or 15.93% from 113); Blue value is 58 (23.05% from 255 or 51.33% from 113); Max value from RGB is 58 - color contains mainly: blue. Hex color #25123A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25123A is #DAEDC5. Grayscale: #1C1C1C. Windows color (decimal): -14347718 or 3805733. OLE color: 3805733.

HSL color Cylindrical-coordinate representation of color #25123A: hue angle of 268.5º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #25123A is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 37 18 58 -
CMYK 0.36 0.69 0 0.77
HSL 268.5º 0.53% 0.15% -
HSV(B) 268.5º 0.69% 0.23% -
XYZ 1.74 1.13 4.13 -
YUV 28.24 144.79 134.25 -
System Red Green Blue C M Y K H S L
Decimal 37 18 58 0.36 0.69 0 0.77 268.5 0.53 0.15
Hex 25 12 3A 24 45 0 4D 10C 35 F
Octal 45 22 72 44 105 0 115 414 65 17
Binary 100101 10010 111010 100100 1000101 0 1001101 100001100 110101 1111

Color Harmonies of #25123A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25123A

Black with #25123A

Text Example


Text Example

White with #25123A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,18,58); }

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

background-color css

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

 a { background-color: rgb(37,18,58); }

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

border-color css

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

 span { border-color: rgb(37,18,58); }

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