Html Css Color HEX #250045 Blackcurrant

📋 copy color: '#250045'

red 37 ◦ green 0 ◦ blue 69

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

Shades of Blackcurrant #250045

Tints of Blackcurrant #250045

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 34.91%
G = 0%
B = 65.09%

CMYK

 C value IS 0.46

 M value IS 1

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#250045 (or 0x250045) is known color: Blackcurrant. HEX triplet: 25, 00 and 45. RGB value is (37,0,69). Sum of RGB (Red+Green+Blue) = 37+0+69=106 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.91% from 106); Green value is 0 (0.39% from 255 or 0% from 106); Blue value is 69 (27.34% from 255 or 65.09% from 106); Max value from RGB is 69 - color contains mainly: blue. Hex color #250045 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250045 is #DAFFBA. Grayscale: #121212. Windows color (decimal): -14352315 or 4522021. OLE color: 4522021.

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

Color convert

RGB 37 0 69 -
CMYK 0.46 1 0 0.73
HSL 272.17º 1% 0.14% -
HSV(B) 272.17º 1% 0.27% -
XYZ 1.84 0.82 5.69 -
YUV 18.93 156.26 140.89 -
System Red Green Blue C M Y K H S L
Decimal 37 0 69 0.46 1 0 0.73 272.17 1 0.14
Hex 25 0 45 2E 64 0 49 110 64 E
Octal 45 0 105 56 144 0 111 420 144 16
Binary 100101 0 1000101 101110 1100100 0 1001001 100010000 1100100 1110

Color Harmonies of #250045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250045

Black with #250045

Text Example


Text Example

White with #250045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250045; }

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

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

background-color css

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

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

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

border-color css

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

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

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