Html Css Color HEX #250245 Blackcurrant

📋 copy color: '#250245'

red 37 ◦ green 2 ◦ blue 69

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

Shades of Blackcurrant #250245

Tints of Blackcurrant #250245

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.85%

 BLUE value IS 69 (27.34% from 255) = 63.89%

R = 34.26%
G = 1.85%
B = 63.89%

CMYK

 C value IS 0.46

 M value IS 0.97

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#250245 (or 0x250245) is known color: Blackcurrant. HEX triplet: 25, 02 and 45. RGB value is (37,2,69). Sum of RGB (Red+Green+Blue) = 37+2+69=108 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.26% from 108); Green value is 2 (1.17% from 255 or 1.85% from 108); Blue value is 69 (27.34% from 255 or 63.89% from 108); Max value from RGB is 69 - color contains mainly: blue. Hex color #250245 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250245 is #DAFDBA. Grayscale: #131313. Windows color (decimal): -14351803 or 4522533. OLE color: 4522533.

HSL color Cylindrical-coordinate representation of color #250245: hue angle of 271.34º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #250245 is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 37 2 69 -
CMYK 0.46 0.97 0 0.73
HSL 271.34º 0.94% 0.14% -
HSV(B) 271.34º 0.97% 0.27% -
XYZ 1.86 0.87 5.7 -
YUV 20.1 155.6 140.05 -
System Red Green Blue C M Y K H S L
Decimal 37 2 69 0.46 0.97 0 0.73 271.34 0.94 0.14
Hex 25 2 45 2E 61 0 49 10F 5E E
Octal 45 2 105 56 141 0 111 417 136 16
Binary 100101 10 1000101 101110 1100001 0 1001001 100001111 1011110 1110

Color Harmonies of #250245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250245

Black with #250245

Text Example


Text Example

White with #250245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250245; }

 p { color: rgb(37,2,69); }

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

background-color css

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

 a { background-color: rgb(37,2,69); }

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

border-color css

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

 span { border-color: rgb(37,2,69); }

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