Html Css Color HEX #25023A Blackcurrant

📋 copy color: '#25023A'

red 37 ◦ green 2 ◦ blue 58

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

Shades of Blackcurrant #25023A

Tints of Blackcurrant #25023A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.06%

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

R = 38.14%
G = 2.06%
B = 59.79%

CMYK

 C value IS 0.36

 M value IS 0.97

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#25023A (or 0x25023A) is known color: Blackcurrant. HEX triplet: 25, 02 and 3A. RGB value is (37,2,58). Sum of RGB (Red+Green+Blue) = 37+2+58=97 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.14% from 97); Green value is 2 (1.17% from 255 or 2.06% from 97); Blue value is 58 (23.05% from 255 or 59.79% from 97); Max value from RGB is 58 - color contains mainly: blue. Hex color #25023A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25023A is #DAFDC5. Grayscale: #121212. Windows color (decimal): -14351814 or 3801637. OLE color: 3801637.

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

Color convert

RGB 37 2 58 -
CMYK 0.36 0.97 0 0.77
HSL 277.5º 0.93% 0.12% -
HSV(B) 277.5º 0.97% 0.23% -
XYZ 1.55 0.74 4.06 -
YUV 18.85 150.1 140.95 -
System Red Green Blue C M Y K H S L
Decimal 37 2 58 0.36 0.97 0 0.77 277.5 0.93 0.12
Hex 25 2 3A 24 61 0 4D 116 5D C
Octal 45 2 72 44 141 0 115 426 135 14
Binary 100101 10 111010 100100 1100001 0 1001101 100010110 1011101 1100

Color Harmonies of #25023A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25023A

Black with #25023A

Text Example


Text Example

White with #25023A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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