Html Css Color HEX #250541 Blackcurrant

📋 copy color: '#250541'

red 37 ◦ green 5 ◦ blue 65

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

Shades of Blackcurrant #250541

Tints of Blackcurrant #250541

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.67%

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

R = 34.58%
G = 4.67%
B = 60.75%

CMYK

 C value IS 0.43

 M value IS 0.92

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#250541 (or 0x250541) is known color: Blackcurrant. HEX triplet: 25, 05 and 41. RGB value is (37,5,65). Sum of RGB (Red+Green+Blue) = 37+5+65=107 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.58% from 107); Green value is 5 (2.34% from 255 or 4.67% from 107); Blue value is 65 (25.78% from 255 or 60.75% from 107); Max value from RGB is 65 - color contains mainly: blue. Hex color #250541 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250541 is #DAFABE. Grayscale: #151515. Windows color (decimal): -14351039 or 4261157. OLE color: 4261157.

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

Color convert

RGB 37 5 65 -
CMYK 0.43 0.92 0 0.75
HSL 272º 0.86% 0.14% -
HSV(B) 272º 0.92% 0.25% -
XYZ 1.77 0.88 5.08 -
YUV 21.41 152.6 139.12 -
System Red Green Blue C M Y K H S L
Decimal 37 5 65 0.43 0.92 0 0.75 272 0.86 0.14
Hex 25 5 41 2B 5C 0 4B 110 56 E
Octal 45 5 101 53 134 0 113 420 126 16
Binary 100101 101 1000001 101011 1011100 0 1001011 100010000 1010110 1110

Color Harmonies of #250541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250541

Black with #250541

Text Example


Text Example

White with #250541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250541; }

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

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

background-color css

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

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

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

border-color css

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

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

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