Html Css Color HEX #250E41 Blackcurrant

📋 copy color: '#250E41'

red 37 ◦ green 14 ◦ blue 65

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

Shades of Blackcurrant #250E41

Tints of Blackcurrant #250E41

RGB

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

 GREEN value IS 14 (5.86% from 255) = 12.07%

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

R = 31.9%
G = 12.07%
B = 56.03%

CMYK

 C value IS 0.43

 M value IS 0.78

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#250E41 (or 0x250E41) is known color: Blackcurrant. HEX triplet: 25, 0E and 41. RGB value is (37,14,65). Sum of RGB (Red+Green+Blue) = 37+14+65=116 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.90% from 116); Green value is 14 (5.86% from 255 or 12.07% from 116); Blue value is 65 (25.78% from 255 or 56.03% from 116); Max value from RGB is 65 - color contains mainly: blue. Hex color #250E41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250E41 is #DAF1BE. Grayscale: #1A1A1A. Windows color (decimal): -14348735 or 4263461. OLE color: 4263461.

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

Color convert

RGB 37 14 65 -
CMYK 0.43 0.78 0 0.75
HSL 267.06º 0.65% 0.15% -
HSV(B) 267.06º 0.78% 0.25% -
XYZ 1.87 1.09 5.11 -
YUV 26.69 149.62 135.35 -
System Red Green Blue C M Y K H S L
Decimal 37 14 65 0.43 0.78 0 0.75 267.06 0.65 0.15
Hex 25 E 41 2B 4E 0 4B 10B 41 F
Octal 45 16 101 53 116 0 113 413 101 17
Binary 100101 1110 1000001 101011 1001110 0 1001011 100001011 1000001 1111

Color Harmonies of #250E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250E41

Black with #250E41

Text Example


Text Example

White with #250E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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