Html Css Color HEX #250941 Blackcurrant

📋 copy color: '#250941'

red 37 ◦ green 9 ◦ blue 65

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

Shades of Blackcurrant #250941

Tints of Blackcurrant #250941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 58.56%

R = 33.33%
G = 8.11%
B = 58.56%

CMYK

 C value IS 0.43

 M value IS 0.86

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#250941 (or 0x250941) is known color: Blackcurrant. HEX triplet: 25, 09 and 41. RGB value is (37,9,65). Sum of RGB (Red+Green+Blue) = 37+9+65=111 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.33% from 111); Green value is 9 (3.91% from 255 or 8.11% from 111); Blue value is 65 (25.78% from 255 or 58.56% from 111); Max value from RGB is 65 - color contains mainly: blue. Hex color #250941 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250941 is #DAF6BE. Grayscale: #171717. Windows color (decimal): -14350015 or 4262181. OLE color: 4262181.

HSL color Cylindrical-coordinate representation of color #250941: hue angle of 270º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #250941 is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 37 9 65 -
CMYK 0.43 0.86 0 0.75
HSL 270º 0.76% 0.15% -
HSV(B) 270º 0.86% 0.25% -
XYZ 1.81 0.97 5.09 -
YUV 23.76 151.28 137.45 -
System Red Green Blue C M Y K H S L
Decimal 37 9 65 0.43 0.86 0 0.75 270 0.76 0.15
Hex 25 9 41 2B 56 0 4B 10E 4C F
Octal 45 11 101 53 126 0 113 416 114 17
Binary 100101 1001 1000001 101011 1010110 0 1001011 100001110 1001100 1111

Color Harmonies of #250941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250941

Black with #250941

Text Example


Text Example

White with #250941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250941; }

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

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

background-color css

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

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

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

border-color css

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

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

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