Html Css Color HEX #250948 Blackcurrant

📋 copy color: '#250948'

red 37 ◦ green 9 ◦ blue 72

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

Shades of Blackcurrant #250948

Tints of Blackcurrant #250948

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.63%

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

R = 31.36%
G = 7.63%
B = 61.02%

CMYK

 C value IS 0.49

 M value IS 0.88

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#250948 (or 0x250948) is known color: Blackcurrant. HEX triplet: 25, 09 and 48. RGB value is (37,9,72). Sum of RGB (Red+Green+Blue) = 37+9+72=118 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.36% from 118); Green value is 9 (3.91% from 255 or 7.63% from 118); Blue value is 72 (28.52% from 255 or 61.02% from 118); Max value from RGB is 72 - color contains mainly: blue. Hex color #250948 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250948 is #DAF6B7. Grayscale: #181818. Windows color (decimal): -14350008 or 4720933. OLE color: 4720933.

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

Color convert

RGB 37 9 72 -
CMYK 0.49 0.88 0 0.72
HSL 266.67º 0.78% 0.16% -
HSV(B) 266.67º 0.88% 0.28% -
XYZ 2.03 1.06 6.23 -
YUV 24.55 154.78 136.88 -
System Red Green Blue C M Y K H S L
Decimal 37 9 72 0.49 0.88 0 0.72 266.67 0.78 0.16
Hex 25 9 48 31 58 0 48 10B 4E 10
Octal 45 11 110 61 130 0 110 413 116 20
Binary 100101 1001 1001000 110001 1011000 0 1001000 100001011 1001110 10000

Color Harmonies of #250948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250948

Black with #250948

Text Example


Text Example

White with #250948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250948; }

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

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

background-color css

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

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

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

border-color css

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

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

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