Html Css Color HEX #250848 Blackcurrant

📋 copy color: '#250848'

red 37 ◦ green 8 ◦ blue 72

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

Shades of Blackcurrant #250848

Tints of Blackcurrant #250848

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.84%

 BLUE value IS 72 (28.52% from 255) = 61.54%

R = 31.62%
G = 6.84%
B = 61.54%

CMYK

 C value IS 0.49

 M value IS 0.89

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#250848 (or 0x250848) is known color: Blackcurrant. HEX triplet: 25, 08 and 48. RGB value is (37,8,72). Sum of RGB (Red+Green+Blue) = 37+8+72=117 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.62% from 117); Green value is 8 (3.52% from 255 or 6.84% from 117); Blue value is 72 (28.52% from 255 or 61.54% from 117); Max value from RGB is 72 - color contains mainly: blue. Hex color #250848 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250848 is #DAF7B7. Grayscale: #171717. Windows color (decimal): -14350264 or 4720677. OLE color: 4720677.

HSL color Cylindrical-coordinate representation of color #250848: hue angle of 267.19º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #250848 is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 37 8 72 -
CMYK 0.49 0.89 0 0.72
HSL 267.19º 0.8% 0.16% -
HSV(B) 267.19º 0.89% 0.28% -
XYZ 2.02 1.03 6.22 -
YUV 23.97 155.11 137.3 -
System Red Green Blue C M Y K H S L
Decimal 37 8 72 0.49 0.89 0 0.72 267.19 0.8 0.16
Hex 25 8 48 31 59 0 48 10B 50 10
Octal 45 10 110 61 131 0 110 413 120 20
Binary 100101 1000 1001000 110001 1011001 0 1001000 100001011 1010000 10000

Color Harmonies of #250848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250848

Black with #250848

Text Example


Text Example

White with #250848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250848; }

 p { color: rgb(37,8,72); }

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

background-color css

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

 a { background-color: rgb(37,8,72); }

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

border-color css

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

 span { border-color: rgb(37,8,72); }

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