Html Css Color HEX #250446 Blackcurrant

📋 copy color: '#250446'

red 37 ◦ green 4 ◦ blue 70

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

Shades of Blackcurrant #250446

Tints of Blackcurrant #250446

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.6%

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

R = 33.33%
G = 3.6%
B = 63.06%

CMYK

 C value IS 0.47

 M value IS 0.94

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#250446 (or 0x250446) is known color: Blackcurrant. HEX triplet: 25, 04 and 46. RGB value is (37,4,70). Sum of RGB (Red+Green+Blue) = 37+4+70=111 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.33% from 111); Green value is 4 (1.95% from 255 or 3.60% from 111); Blue value is 70 (27.73% from 255 or 63.06% from 111); Max value from RGB is 70 - color contains mainly: blue. Hex color #250446 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250446 is #DAFBB9. Grayscale: #151515. Windows color (decimal): -14351290 or 4588581. OLE color: 4588581.

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

Color convert

RGB 37 4 70 -
CMYK 0.47 0.94 0 0.73
HSL 270º 0.89% 0.15% -
HSV(B) 270º 0.94% 0.27% -
XYZ 1.91 0.92 5.87 -
YUV 21.39 155.43 139.13 -
System Red Green Blue C M Y K H S L
Decimal 37 4 70 0.47 0.94 0 0.73 270 0.89 0.15
Hex 25 4 46 2F 5E 0 49 10E 59 F
Octal 45 4 106 57 136 0 111 416 131 17
Binary 100101 100 1000110 101111 1011110 0 1001001 100001110 1011001 1111

Color Harmonies of #250446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250446

Black with #250446

Text Example


Text Example

White with #250446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250446; }

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

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

background-color css

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

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

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

border-color css

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

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

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