Html Css Color HEX #250746 Blackcurrant

📋 copy color: '#250746'

red 37 ◦ green 7 ◦ blue 70

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

Shades of Blackcurrant #250746

Tints of Blackcurrant #250746

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.14%

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

R = 32.46%
G = 6.14%
B = 61.4%

CMYK

 C value IS 0.47

 M value IS 0.90

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#250746 (or 0x250746) is known color: Blackcurrant. HEX triplet: 25, 07 and 46. RGB value is (37,7,70). Sum of RGB (Red+Green+Blue) = 37+7+70=114 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.46% from 114); Green value is 7 (3.12% from 255 or 6.14% from 114); Blue value is 70 (27.73% from 255 or 61.40% from 114); Max value from RGB is 70 - color contains mainly: blue. Hex color #250746 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250746 is #DAF8B9. Grayscale: #161616. Windows color (decimal): -14350522 or 4589349. OLE color: 4589349.

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

Color convert

RGB 37 7 70 -
CMYK 0.47 0.90 0 0.73
HSL 268.57º 0.82% 0.15% -
HSV(B) 268.57º 0.9% 0.27% -
XYZ 1.94 0.99 5.88 -
YUV 23.15 154.44 137.88 -
System Red Green Blue C M Y K H S L
Decimal 37 7 70 0.47 0.90 0 0.73 268.57 0.82 0.15
Hex 25 7 46 2F 5A 0 49 10D 52 F
Octal 45 7 106 57 132 0 111 415 122 17
Binary 100101 111 1000110 101111 1011010 0 1001001 100001101 1010010 1111

Color Harmonies of #250746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250746

Black with #250746

Text Example


Text Example

White with #250746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250746; }

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

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

background-color css

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

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

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

border-color css

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

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

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