Html Css Color HEX #250531 Blackcurrant

📋 copy color: '#250531'

red 37 ◦ green 5 ◦ blue 49

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

Shades of Blackcurrant #250531

Tints of Blackcurrant #250531

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.49%

 BLUE value IS 49 (19.53% from 255) = 53.85%

R = 40.66%
G = 5.49%
B = 53.85%

CMYK

 C value IS 0.24

 M value IS 0.90

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#250531 (or 0x250531) is known color: Blackcurrant. HEX triplet: 25, 05 and 31. RGB value is (37,5,49). Sum of RGB (Red+Green+Blue) = 37+5+49=91 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.66% from 91); Green value is 5 (2.34% from 255 or 5.49% from 91); Blue value is 49 (19.53% from 255 or 53.85% from 91); Max value from RGB is 49 - color contains mainly: blue. Hex color #250531 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250531 is #DAFACE. Grayscale: #131313. Windows color (decimal): -14351055 or 3212581. OLE color: 3212581.

HSL color Cylindrical-coordinate representation of color #250531: hue angle of 283.64º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #250531 is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 37 5 49 -
CMYK 0.24 0.90 0 0.81
HSL 283.64º 0.81% 0.11% -
HSV(B) 283.64º 0.9% 0.19% -
XYZ 1.37 0.72 2.97 -
YUV 19.58 144.6 140.42 -
System Red Green Blue C M Y K H S L
Decimal 37 5 49 0.24 0.90 0 0.81 283.64 0.81 0.11
Hex 25 5 31 18 5A 0 51 11C 51 B
Octal 45 5 61 30 132 0 121 434 121 13
Binary 100101 101 110001 11000 1011010 0 1010001 100011100 1010001 1011

Color Harmonies of #250531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250531

Black with #250531

Text Example


Text Example

White with #250531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250531; }

 p { color: rgb(37,5,49); }

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

background-color css

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

 a { background-color: rgb(37,5,49); }

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

border-color css

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

 span { border-color: rgb(37,5,49); }

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