Html Css Color HEX #25053A Blackcurrant

📋 copy color: '#25053A'

red 37 ◦ green 5 ◦ blue 58

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

Shades of Blackcurrant #25053A

Tints of Blackcurrant #25053A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5%

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

R = 37%
G = 5%
B = 58%

CMYK

 C value IS 0.36

 M value IS 0.91

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#25053A (or 0x25053A) is known color: Blackcurrant. HEX triplet: 25, 05 and 3A. RGB value is (37,5,58). Sum of RGB (Red+Green+Blue) = 37+5+58=100 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37% from 100); Green value is 5 (2.34% from 255 or 5% from 100); Blue value is 58 (23.05% from 255 or 58% from 100); Max value from RGB is 58 - color contains mainly: blue. Hex color #25053A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25053A is #DAFAC5. Grayscale: #141414. Windows color (decimal): -14351046 or 3802405. OLE color: 3802405.

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

Color convert

RGB 37 5 58 -
CMYK 0.36 0.91 0 0.77
HSL 276.23º 0.84% 0.12% -
HSV(B) 276.23º 0.91% 0.23% -
XYZ 1.58 0.81 4.08 -
YUV 20.61 149.1 139.69 -
System Red Green Blue C M Y K H S L
Decimal 37 5 58 0.36 0.91 0 0.77 276.23 0.84 0.12
Hex 25 5 3A 24 5B 0 4D 114 54 C
Octal 45 5 72 44 133 0 115 424 124 14
Binary 100101 101 111010 100100 1011011 0 1001101 100010100 1010100 1100

Color Harmonies of #25053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25053A

Black with #25053A

Text Example


Text Example

White with #25053A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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