Html Css Color HEX #250340 Blackcurrant

📋 copy color: '#250340'

red 37 ◦ green 3 ◦ blue 64

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

Shades of Blackcurrant #250340

Tints of Blackcurrant #250340

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.88%

 BLUE value IS 64 (25.39% from 255) = 61.54%

R = 35.58%
G = 2.88%
B = 61.54%

CMYK

 C value IS 0.42

 M value IS 0.95

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#250340 (or 0x250340) is known color: Blackcurrant. HEX triplet: 25, 03 and 40. RGB value is (37,3,64). Sum of RGB (Red+Green+Blue) = 37+3+64=104 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.58% from 104); Green value is 3 (1.56% from 255 or 2.88% from 104); Blue value is 64 (25.39% from 255 or 61.54% from 104); Max value from RGB is 64 - color contains mainly: blue. Hex color #250340 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250340 is #DAFCBF. Grayscale: #131313. Windows color (decimal): -14351552 or 4195109. OLE color: 4195109.

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

Color convert

RGB 37 3 64 -
CMYK 0.42 0.95 0 0.75
HSL 273.44º 0.91% 0.13% -
HSV(B) 273.44º 0.95% 0.25% -
XYZ 1.72 0.83 4.92 -
YUV 20.12 152.76 140.04 -
System Red Green Blue C M Y K H S L
Decimal 37 3 64 0.42 0.95 0 0.75 273.44 0.91 0.13
Hex 25 3 40 2A 5F 0 4B 111 5B D
Octal 45 3 100 52 137 0 113 421 133 15
Binary 100101 11 1000000 101010 1011111 0 1001011 100010001 1011011 1101

Color Harmonies of #250340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250340

Black with #250340

Text Example


Text Example

White with #250340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250340; }

 p { color: rgb(37,3,64); }

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

background-color css

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

 a { background-color: rgb(37,3,64); }

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

border-color css

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

 span { border-color: rgb(37,3,64); }

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