Html Css Color HEX #250331 Blackcurrant

📋 copy color: '#250331'

red 37 ◦ green 3 ◦ blue 49

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

Shades of Blackcurrant #250331

Tints of Blackcurrant #250331

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.37%

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

R = 41.57%
G = 3.37%
B = 55.06%

CMYK

 C value IS 0.24

 M value IS 0.94

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#250331 (or 0x250331) is known color: Blackcurrant. HEX triplet: 25, 03 and 31. RGB value is (37,3,49). Sum of RGB (Red+Green+Blue) = 37+3+49=89 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.57% from 89); Green value is 3 (1.56% from 255 or 3.37% from 89); Blue value is 49 (19.53% from 255 or 55.06% from 89); Max value from RGB is 49 - color contains mainly: blue. Hex color #250331 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250331 is #DAFCCE. Grayscale: #121212. Windows color (decimal): -14351567 or 3212069. OLE color: 3212069.

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

Color convert

RGB 37 3 49 -
CMYK 0.24 0.94 0 0.81
HSL 284.35º 0.88% 0.1% -
HSV(B) 284.35º 0.94% 0.19% -
XYZ 1.35 0.68 2.97 -
YUV 18.41 145.26 141.26 -
System Red Green Blue C M Y K H S L
Decimal 37 3 49 0.24 0.94 0 0.81 284.35 0.88 0.1
Hex 25 3 31 18 5E 0 51 11C 58 A
Octal 45 3 61 30 136 0 121 434 130 12
Binary 100101 11 110001 11000 1011110 0 1010001 100011100 1011000 1010

Color Harmonies of #250331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250331

Black with #250331

Text Example


Text Example

White with #250331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250331; }

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

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

background-color css

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

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

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

border-color css

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

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

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