Html Css Color HEX #25013F Blackcurrant

📋 copy color: '#25013F'

red 37 ◦ green 1 ◦ blue 63

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

Shades of Blackcurrant #25013F

Tints of Blackcurrant #25013F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 62.38%

R = 36.63%
G = 0.99%
B = 62.38%

CMYK

 C value IS 0.41

 M value IS 0.98

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#25013F (or 0x25013F) is known color: Blackcurrant. HEX triplet: 25, 01 and 3F. RGB value is (37,1,63). Sum of RGB (Red+Green+Blue) = 37+1+63=101 (13% of max value = 765). Red value is 37 (14.84% from 255 or 36.63% from 101); Green value is 1 (0.78% from 255 or 0.99% from 101); Blue value is 63 (25% from 255 or 62.38% from 101); Max value from RGB is 63 - color contains mainly: blue. Hex color #25013F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25013F is #DAFEC0. Grayscale: #121212. Windows color (decimal): -14352065 or 4129061. OLE color: 4129061.

HSL color Cylindrical-coordinate representation of color #25013F: hue angle of 274.84º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #25013F is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 37 1 63 -
CMYK 0.41 0.98 0 0.75
HSL 274.84º 0.97% 0.13% -
HSV(B) 274.84º 0.98% 0.25% -
XYZ 1.67 0.77 4.76 -
YUV 18.83 152.93 140.96 -
System Red Green Blue C M Y K H S L
Decimal 37 1 63 0.41 0.98 0 0.75 274.84 0.97 0.13
Hex 25 1 3F 29 62 0 4B 113 61 D
Octal 45 1 77 51 142 0 113 423 141 15
Binary 100101 1 111111 101001 1100010 0 1001011 100010011 1100001 1101

Color Harmonies of #25013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25013F

Black with #25013F

Text Example


Text Example

White with #25013F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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