Html Css Color HEX #25023D Blackcurrant

📋 copy color: '#25023D'

red 37 ◦ green 2 ◦ blue 61

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

Shades of Blackcurrant #25023D

Tints of Blackcurrant #25023D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 61%

R = 37%
G = 2%
B = 61%

CMYK

 C value IS 0.39

 M value IS 0.97

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#25023D (or 0x25023D) is known color: Blackcurrant. HEX triplet: 25, 02 and 3D. RGB value is (37,2,61). Sum of RGB (Red+Green+Blue) = 37+2+61=100 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37% from 100); Green value is 2 (1.17% from 255 or 2% from 100); Blue value is 61 (24.22% from 255 or 61% from 100); Max value from RGB is 61 - color contains mainly: blue. Hex color #25023D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25023D is #DAFDC2. Grayscale: #121212. Windows color (decimal): -14351811 or 3998245. OLE color: 3998245.

HSL color Cylindrical-coordinate representation of color #25023D: hue angle of 275.59º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #25023D is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 37 2 61 -
CMYK 0.39 0.97 0 0.76
HSL 275.59º 0.94% 0.12% -
HSV(B) 275.59º 0.97% 0.24% -
XYZ 1.63 0.77 4.48 -
YUV 19.19 151.6 140.7 -
System Red Green Blue C M Y K H S L
Decimal 37 2 61 0.39 0.97 0 0.76 275.59 0.94 0.12
Hex 25 2 3D 27 61 0 4C 114 5E C
Octal 45 2 75 47 141 0 114 424 136 14
Binary 100101 10 111101 100111 1100001 0 1001100 100010100 1011110 1100

Color Harmonies of #25023D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25023D

Black with #25023D

Text Example


Text Example

White with #25023D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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