Html Css Color HEX #250047 Blackcurrant

📋 copy color: '#250047'

red 37 ◦ green 0 ◦ blue 71

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

Shades of Blackcurrant #250047

Tints of Blackcurrant #250047

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 71 (28.13% from 255) = 65.74%

R = 34.26%
G = 0%
B = 65.74%

CMYK

 C value IS 0.48

 M value IS 1

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#250047 (or 0x250047) is known color: Blackcurrant. HEX triplet: 25, 00 and 47. RGB value is (37,0,71). Sum of RGB (Red+Green+Blue) = 37+0+71=108 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.26% from 108); Green value is 0 (0.39% from 255 or 0% from 108); Blue value is 71 (28.12% from 255 or 65.74% from 108); Max value from RGB is 71 - color contains mainly: blue. Hex color #250047 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250047 is #DAFFB8. Grayscale: #121212. Windows color (decimal): -14352313 or 4653093. OLE color: 4653093.

HSL color Cylindrical-coordinate representation of color #250047: hue angle of 271.27º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #250047 is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 37 0 71 -
CMYK 0.48 1 0 0.72
HSL 271.27º 1% 0.14% -
HSV(B) 271.27º 1% 0.28% -
XYZ 1.9 0.85 6.02 -
YUV 19.16 157.26 140.73 -
System Red Green Blue C M Y K H S L
Decimal 37 0 71 0.48 1 0 0.72 271.27 1 0.14
Hex 25 0 47 30 64 0 48 10F 64 E
Octal 45 0 107 60 144 0 110 417 144 16
Binary 100101 0 1000111 110000 1100100 0 1001000 100001111 1100100 1110

Color Harmonies of #250047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250047

Black with #250047

Text Example


Text Example

White with #250047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250047; }

 p { color: rgb(37,0,71); }

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

background-color css

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

 a { background-color: rgb(37,0,71); }

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

border-color css

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

 span { border-color: rgb(37,0,71); }

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