Html Css Color HEX #25133D Blackcurrant

📋 copy color: '#25133D'

red 37 ◦ green 19 ◦ blue 61

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

Shades of Blackcurrant #25133D

Tints of Blackcurrant #25133D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 16.24%

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

R = 31.62%
G = 16.24%
B = 52.14%

CMYK

 C value IS 0.39

 M value IS 0.69

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#25133D (or 0x25133D) is known color: Blackcurrant. HEX triplet: 25, 13 and 3D. RGB value is (37,19,61). Sum of RGB (Red+Green+Blue) = 37+19+61=117 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.62% from 117); Green value is 19 (7.81% from 255 or 16.24% from 117); Blue value is 61 (24.22% from 255 or 52.14% from 117); Max value from RGB is 61 - color contains mainly: blue. Hex color #25133D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25133D is #DAECC2. Grayscale: #1D1D1D. Windows color (decimal): -14347459 or 4002597. OLE color: 4002597.

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

Color convert

RGB 37 19 61 -
CMYK 0.39 0.69 0 0.76
HSL 265.71º 0.53% 0.16% -
HSV(B) 265.71º 0.69% 0.24% -
XYZ 1.84 1.2 4.55 -
YUV 29.17 145.96 133.58 -
System Red Green Blue C M Y K H S L
Decimal 37 19 61 0.39 0.69 0 0.76 265.71 0.53 0.16
Hex 25 13 3D 27 45 0 4C 10A 34 10
Octal 45 23 75 47 105 0 114 412 64 20
Binary 100101 10011 111101 100111 1000101 0 1001100 100001010 110100 10000

Color Harmonies of #25133D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25133D

Black with #25133D

Text Example


Text Example

White with #25133D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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