Html Css Color HEX #250D45 Blackcurrant

📋 copy color: '#250D45'

red 37 ◦ green 13 ◦ blue 69

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

Shades of Blackcurrant #250D45

Tints of Blackcurrant #250D45

RGB

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

 GREEN value IS 13 (5.47% from 255) = 10.92%

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

R = 31.09%
G = 10.92%
B = 57.98%

CMYK

 C value IS 0.46

 M value IS 0.81

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#250D45 (or 0x250D45) is known color: Blackcurrant. HEX triplet: 25, 0D and 45. RGB value is (37,13,69). Sum of RGB (Red+Green+Blue) = 37+13+69=119 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.09% from 119); Green value is 13 (5.47% from 255 or 10.92% from 119); Blue value is 69 (27.34% from 255 or 57.98% from 119); Max value from RGB is 69 - color contains mainly: blue. Hex color #250D45 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250D45 is #DAF2BA. Grayscale: #1A1A1A. Windows color (decimal): -14348987 or 4525349. OLE color: 4525349.

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

Color convert

RGB 37 13 69 -
CMYK 0.46 0.81 0 0.73
HSL 265.71º 0.68% 0.16% -
HSV(B) 265.71º 0.81% 0.27% -
XYZ 1.98 1.11 5.74 -
YUV 26.56 151.95 135.45 -
System Red Green Blue C M Y K H S L
Decimal 37 13 69 0.46 0.81 0 0.73 265.71 0.68 0.16
Hex 25 D 45 2E 51 0 49 10A 44 10
Octal 45 15 105 56 121 0 111 412 104 20
Binary 100101 1101 1000101 101110 1010001 0 1001001 100001010 1000100 10000

Color Harmonies of #250D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250D45

Black with #250D45

Text Example


Text Example

White with #250D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250D45; }

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

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

background-color css

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

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

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

border-color css

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

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

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