Html Css Color HEX #250645 Blackcurrant

📋 copy color: '#250645'

red 37 ◦ green 6 ◦ blue 69

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

Shades of Blackcurrant #250645

Tints of Blackcurrant #250645

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.36%

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

R = 33.04%
G = 5.36%
B = 61.61%

CMYK

 C value IS 0.46

 M value IS 0.91

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#250645 (or 0x250645) is known color: Blackcurrant. HEX triplet: 25, 06 and 45. RGB value is (37,6,69). Sum of RGB (Red+Green+Blue) = 37+6+69=112 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.04% from 112); Green value is 6 (2.73% from 255 or 5.36% from 112); Blue value is 69 (27.34% from 255 or 61.61% from 112); Max value from RGB is 69 - color contains mainly: blue. Hex color #250645 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250645 is #DAF9BA. Grayscale: #161616. Windows color (decimal): -14350779 or 4523557. OLE color: 4523557.

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

Color convert

RGB 37 6 69 -
CMYK 0.46 0.91 0 0.73
HSL 269.52º 0.84% 0.15% -
HSV(B) 269.52º 0.91% 0.27% -
XYZ 1.9 0.95 5.71 -
YUV 22.45 154.27 138.38 -
System Red Green Blue C M Y K H S L
Decimal 37 6 69 0.46 0.91 0 0.73 269.52 0.84 0.15
Hex 25 6 45 2E 5B 0 49 10E 54 F
Octal 45 6 105 56 133 0 111 416 124 17
Binary 100101 110 1000101 101110 1011011 0 1001001 100001110 1010100 1111

Color Harmonies of #250645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250645

Black with #250645

Text Example


Text Example

White with #250645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250645; }

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

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

background-color css

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

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

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

border-color css

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

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

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