Html Css Color HEX #25013B Blackcurrant

📋 copy color: '#25013B'

red 37 ◦ green 1 ◦ blue 59

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

Shades of Blackcurrant #25013B

Tints of Blackcurrant #25013B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.03%

 BLUE value IS 59 (23.44% from 255) = 60.82%

R = 38.14%
G = 1.03%
B = 60.82%

CMYK

 C value IS 0.37

 M value IS 0.98

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#25013B (or 0x25013B) is known color: Blackcurrant. HEX triplet: 25, 01 and 3B. RGB value is (37,1,59). Sum of RGB (Red+Green+Blue) = 37+1+59=97 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.14% from 97); Green value is 1 (0.78% from 255 or 1.03% from 97); Blue value is 59 (23.44% from 255 or 60.82% from 97); Max value from RGB is 59 - color contains mainly: blue. Hex color #25013B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25013B is #DAFEC4. Grayscale: #121212. Windows color (decimal): -14352069 or 3866917. OLE color: 3866917.

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

Color convert

RGB 37 1 59 -
CMYK 0.37 0.98 0 0.77
HSL 277.24º 0.97% 0.12% -
HSV(B) 277.24º 0.98% 0.23% -
XYZ 1.56 0.73 4.2 -
YUV 18.38 150.93 141.28 -
System Red Green Blue C M Y K H S L
Decimal 37 1 59 0.37 0.98 0 0.77 277.24 0.97 0.12
Hex 25 1 3B 25 62 0 4D 115 61 C
Octal 45 1 73 45 142 0 115 425 141 14
Binary 100101 1 111011 100101 1100010 0 1001101 100010101 1100001 1100

Color Harmonies of #25013B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25013B

Black with #25013B

Text Example


Text Example

White with #25013B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25013B; }

 p { color: rgb(37,1,59); }

 H1.HeaderClassName
 {
   color: #25013B;
 }
 .AnyTagClassName
 {
   color: #25013B;
 }
</style>

background-color css

<style>
 a { background-color: #25013B; }

 a { background-color: rgb(37,1,59); }

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

border-color css

<style>
 span { border-color: #25013B; }

 span { border-color: rgb(37,1,59); }

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