Html Css Color HEX #25063A Blackcurrant

📋 copy color: '#25063A'

red 37 ◦ green 6 ◦ blue 58

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

Shades of Blackcurrant #25063A

Tints of Blackcurrant #25063A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.94%

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

R = 36.63%
G = 5.94%
B = 57.43%

CMYK

 C value IS 0.36

 M value IS 0.90

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#25063A (or 0x25063A) is known color: Blackcurrant. HEX triplet: 25, 06 and 3A. RGB value is (37,6,58). Sum of RGB (Red+Green+Blue) = 37+6+58=101 (13% of max value = 765). Red value is 37 (14.84% from 255 or 36.63% from 101); Green value is 6 (2.73% from 255 or 5.94% from 101); Blue value is 58 (23.05% from 255 or 57.43% from 101); Max value from RGB is 58 - color contains mainly: blue. Hex color #25063A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25063A is #DAF9C5. Grayscale: #151515. Windows color (decimal): -14350790 or 3802661. OLE color: 3802661.

HSL color Cylindrical-coordinate representation of color #25063A: hue angle of 275.77º degrees, saturation: 0.81, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #25063A is Cyan = 0.36, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 37 6 58 -
CMYK 0.36 0.90 0 0.77
HSL 275.77º 0.81% 0.13% -
HSV(B) 275.77º 0.9% 0.23% -
XYZ 1.59 0.83 4.08 -
YUV 21.2 148.77 139.27 -
System Red Green Blue C M Y K H S L
Decimal 37 6 58 0.36 0.90 0 0.77 275.77 0.81 0.13
Hex 25 6 3A 24 5A 0 4D 114 51 D
Octal 45 6 72 44 132 0 115 424 121 15
Binary 100101 110 111010 100100 1011010 0 1001101 100010100 1010001 1101

Color Harmonies of #25063A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25063A

Black with #25063A

Text Example


Text Example

White with #25063A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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