Html Css Color HEX #250346 Blackcurrant

📋 copy color: '#250346'

red 37 ◦ green 3 ◦ blue 70

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

Shades of Blackcurrant #250346

Tints of Blackcurrant #250346

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.73%

 BLUE value IS 70 (27.73% from 255) = 63.64%

R = 33.64%
G = 2.73%
B = 63.64%

CMYK

 C value IS 0.47

 M value IS 0.96

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#250346 (or 0x250346) is known color: Blackcurrant. HEX triplet: 25, 03 and 46. RGB value is (37,3,70). Sum of RGB (Red+Green+Blue) = 37+3+70=110 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.64% from 110); Green value is 3 (1.56% from 255 or 2.73% from 110); Blue value is 70 (27.73% from 255 or 63.64% from 110); Max value from RGB is 70 - color contains mainly: blue. Hex color #250346 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250346 is #DAFCB9. Grayscale: #141414. Windows color (decimal): -14351546 or 4588325. OLE color: 4588325.

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

Color convert

RGB 37 3 70 -
CMYK 0.47 0.96 0 0.73
HSL 270.45º 0.92% 0.14% -
HSV(B) 270.45º 0.96% 0.27% -
XYZ 1.9 0.9 5.87 -
YUV 20.8 155.76 139.55 -
System Red Green Blue C M Y K H S L
Decimal 37 3 70 0.47 0.96 0 0.73 270.45 0.92 0.14
Hex 25 3 46 2F 60 0 49 10E 5C E
Octal 45 3 106 57 140 0 111 416 134 16
Binary 100101 11 1000110 101111 1100000 0 1001001 100001110 1011100 1110

Color Harmonies of #250346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250346

Black with #250346

Text Example


Text Example

White with #250346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250346; }

 p { color: rgb(37,3,70); }

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

background-color css

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

 a { background-color: rgb(37,3,70); }

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

border-color css

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

 span { border-color: rgb(37,3,70); }

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