Html Css Color HEX #250545 Blackcurrant

📋 copy color: '#250545'

red 37 ◦ green 5 ◦ blue 69

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

Shades of Blackcurrant #250545

Tints of Blackcurrant #250545

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.5%

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

R = 33.33%
G = 4.5%
B = 62.16%

CMYK

 C value IS 0.46

 M value IS 0.93

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#250545 (or 0x250545) is known color: Blackcurrant. HEX triplet: 25, 05 and 45. RGB value is (37,5,69). Sum of RGB (Red+Green+Blue) = 37+5+69=111 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.33% from 111); Green value is 5 (2.34% from 255 or 4.50% from 111); Blue value is 69 (27.34% from 255 or 62.16% from 111); Max value from RGB is 69 - color contains mainly: blue. Hex color #250545 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250545 is #DAFABA. Grayscale: #151515. Windows color (decimal): -14351035 or 4523301. OLE color: 4523301.

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

Color convert

RGB 37 5 69 -
CMYK 0.46 0.93 0 0.73
HSL 270º 0.86% 0.15% -
HSV(B) 270º 0.93% 0.27% -
XYZ 1.89 0.93 5.71 -
YUV 21.86 154.6 138.8 -
System Red Green Blue C M Y K H S L
Decimal 37 5 69 0.46 0.93 0 0.73 270 0.86 0.15
Hex 25 5 45 2E 5D 0 49 10E 56 F
Octal 45 5 105 56 135 0 111 416 126 17
Binary 100101 101 1000101 101110 1011101 0 1001001 100001110 1010110 1111

Color Harmonies of #250545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250545

Black with #250545

Text Example


Text Example

White with #250545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250545; }

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

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

background-color css

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

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

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

border-color css

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

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

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