Html Css Color HEX #250641 Blackcurrant

📋 copy color: '#250641'

red 37 ◦ green 6 ◦ blue 65

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

Shades of Blackcurrant #250641

Tints of Blackcurrant #250641

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.56%

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

R = 34.26%
G = 5.56%
B = 60.19%

CMYK

 C value IS 0.43

 M value IS 0.91

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#250641 (or 0x250641) is known color: Blackcurrant. HEX triplet: 25, 06 and 41. RGB value is (37,6,65). Sum of RGB (Red+Green+Blue) = 37+6+65=108 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.26% from 108); Green value is 6 (2.73% from 255 or 5.56% from 108); Blue value is 65 (25.78% from 255 or 60.19% from 108); Max value from RGB is 65 - color contains mainly: blue. Hex color #250641 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250641 is #DAF9BE. Grayscale: #151515. Windows color (decimal): -14350783 or 4261413. OLE color: 4261413.

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

Color convert

RGB 37 6 65 -
CMYK 0.43 0.91 0 0.75
HSL 271.53º 0.83% 0.14% -
HSV(B) 271.53º 0.91% 0.25% -
XYZ 1.78 0.91 5.08 -
YUV 22 152.27 138.7 -
System Red Green Blue C M Y K H S L
Decimal 37 6 65 0.43 0.91 0 0.75 271.53 0.83 0.14
Hex 25 6 41 2B 5B 0 4B 110 53 E
Octal 45 6 101 53 133 0 113 420 123 16
Binary 100101 110 1000001 101011 1011011 0 1001011 100010000 1010011 1110

Color Harmonies of #250641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250641

Black with #250641

Text Example


Text Example

White with #250641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250641; }

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

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

background-color css

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

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

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

border-color css

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

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

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