Html Css Color HEX #250A45 Blackcurrant

📋 copy color: '#250A45'

red 37 ◦ green 10 ◦ blue 69

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

Shades of Blackcurrant #250A45

Tints of Blackcurrant #250A45

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8.62%

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

R = 31.9%
G = 8.62%
B = 59.48%

CMYK

 C value IS 0.46

 M value IS 0.86

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#250A45 (or 0x250A45) is known color: Blackcurrant. HEX triplet: 25, 0A and 45. RGB value is (37,10,69). Sum of RGB (Red+Green+Blue) = 37+10+69=116 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.90% from 116); Green value is 10 (4.30% from 255 or 8.62% from 116); Blue value is 69 (27.34% from 255 or 59.48% from 116); Max value from RGB is 69 - color contains mainly: blue. Hex color #250A45 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250A45 is #DAF5BA. Grayscale: #181818. Windows color (decimal): -14349755 or 4524581. OLE color: 4524581.

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

Color convert

RGB 37 10 69 -
CMYK 0.46 0.86 0 0.73
HSL 267.46º 0.75% 0.15% -
HSV(B) 267.46º 0.86% 0.27% -
XYZ 1.95 1.04 5.73 -
YUV 24.8 152.95 136.7 -
System Red Green Blue C M Y K H S L
Decimal 37 10 69 0.46 0.86 0 0.73 267.46 0.75 0.15
Hex 25 A 45 2E 56 0 49 10B 4B F
Octal 45 12 105 56 126 0 111 413 113 17
Binary 100101 1010 1000101 101110 1010110 0 1001001 100001011 1001011 1111

Color Harmonies of #250A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250A45

Black with #250A45

Text Example


Text Example

White with #250A45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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