Html Css Color HEX #25153C Blackcurrant

📋 copy color: '#25153C'

red 37 ◦ green 21 ◦ blue 60

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

Shades of Blackcurrant #25153C

Tints of Blackcurrant #25153C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.8%

 BLUE value IS 60 (23.83% from 255) = 50.85%

R = 31.36%
G = 17.8%
B = 50.85%

CMYK

 C value IS 0.38

 M value IS 0.65

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#25153C (or 0x25153C) is known color: Blackcurrant. HEX triplet: 25, 15 and 3C. RGB value is (37,21,60). Sum of RGB (Red+Green+Blue) = 37+21+60=118 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.36% from 118); Green value is 21 (8.59% from 255 or 17.80% from 118); Blue value is 60 (23.83% from 255 or 50.85% from 118); Max value from RGB is 60 - color contains mainly: blue. Hex color #25153C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25153C is #DAEAC3. Grayscale: #1E1E1E. Windows color (decimal): -14346948 or 3937573. OLE color: 3937573.

HSL color Cylindrical-coordinate representation of color #25153C: hue angle of 264.62º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #25153C is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 37 21 60 -
CMYK 0.38 0.65 0 0.76
HSL 264.62º 0.48% 0.16% -
HSV(B) 264.62º 0.65% 0.24% -
XYZ 1.85 1.26 4.42 -
YUV 30.23 144.8 132.83 -
System Red Green Blue C M Y K H S L
Decimal 37 21 60 0.38 0.65 0 0.76 264.62 0.48 0.16
Hex 25 15 3C 26 41 0 4C 109 30 10
Octal 45 25 74 46 101 0 114 411 60 20
Binary 100101 10101 111100 100110 1000001 0 1001100 100001001 110000 10000

Color Harmonies of #25153C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25153C

Black with #25153C

Text Example


Text Example

White with #25153C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25153C; }

 p { color: rgb(37,21,60); }

 H1.HeaderClassName
 {
   color: #25153C;
 }
 .AnyTagClassName
 {
   color: #25153C;
 }
</style>

background-color css

<style>
 a { background-color: #25153C; }

 a { background-color: rgb(37,21,60); }

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

border-color css

<style>
 span { border-color: #25153C; }

 span { border-color: rgb(37,21,60); }

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