Html Css Color HEX #250445 Blackcurrant

📋 copy color: '#250445'

red 37 ◦ green 4 ◦ blue 69

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

Shades of Blackcurrant #250445

Tints of Blackcurrant #250445

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.64%

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

R = 33.64%
G = 3.64%
B = 62.73%

CMYK

 C value IS 0.46

 M value IS 0.94

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#250445 (or 0x250445) is known color: Blackcurrant. HEX triplet: 25, 04 and 45. RGB value is (37,4,69). Sum of RGB (Red+Green+Blue) = 37+4+69=110 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.64% from 110); Green value is 4 (1.95% from 255 or 3.64% from 110); Blue value is 69 (27.34% from 255 or 62.73% from 110); Max value from RGB is 69 - color contains mainly: blue. Hex color #250445 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250445 is #DAFBBA. Grayscale: #151515. Windows color (decimal): -14351291 or 4523045. OLE color: 4523045.

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

Color convert

RGB 37 4 69 -
CMYK 0.46 0.94 0 0.73
HSL 270.46º 0.89% 0.14% -
HSV(B) 270.46º 0.94% 0.27% -
XYZ 1.88 0.91 5.71 -
YUV 21.28 154.93 139.21 -
System Red Green Blue C M Y K H S L
Decimal 37 4 69 0.46 0.94 0 0.73 270.46 0.89 0.14
Hex 25 4 45 2E 5E 0 49 10E 59 E
Octal 45 4 105 56 136 0 111 416 131 16
Binary 100101 100 1000101 101110 1011110 0 1001001 100001110 1011001 1110

Color Harmonies of #250445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250445

Black with #250445

Text Example


Text Example

White with #250445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250445; }

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

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

background-color css

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

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

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

border-color css

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

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

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