Html Css Color HEX #250546 Blackcurrant

📋 copy color: '#250546'

red 37 ◦ green 5 ◦ blue 70

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

Shades of Blackcurrant #250546

Tints of Blackcurrant #250546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 62.5%

R = 33.04%
G = 4.46%
B = 62.5%

CMYK

 C value IS 0.47

 M value IS 0.93

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#250546 (or 0x250546) is known color: Blackcurrant. HEX triplet: 25, 05 and 46. RGB value is (37,5,70). Sum of RGB (Red+Green+Blue) = 37+5+70=112 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.04% from 112); Green value is 5 (2.34% from 255 or 4.46% from 112); Blue value is 70 (27.73% from 255 or 62.5% from 112); Max value from RGB is 70 - color contains mainly: blue. Hex color #250546 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250546 is #DAFAB9. Grayscale: #151515. Windows color (decimal): -14351034 or 4588837. OLE color: 4588837.

HSL color Cylindrical-coordinate representation of color #250546: hue angle of 269.54º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #250546 is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 37 5 70 -
CMYK 0.47 0.93 0 0.73
HSL 269.54º 0.87% 0.15% -
HSV(B) 269.54º 0.93% 0.27% -
XYZ 1.92 0.94 5.88 -
YUV 21.98 155.1 138.71 -
System Red Green Blue C M Y K H S L
Decimal 37 5 70 0.47 0.93 0 0.73 269.54 0.87 0.15
Hex 25 5 46 2F 5D 0 49 10E 57 F
Octal 45 5 106 57 135 0 111 416 127 17
Binary 100101 101 1000110 101111 1011101 0 1001001 100001110 1010111 1111

Color Harmonies of #250546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250546

Black with #250546

Text Example


Text Example

White with #250546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250546; }

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

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

background-color css

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

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

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

border-color css

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

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

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