Html Css Color HEX #250348 Blackcurrant

📋 copy color: '#250348'

red 37 ◦ green 3 ◦ blue 72

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

Shades of Blackcurrant #250348

Tints of Blackcurrant #250348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 64.29%

R = 33.04%
G = 2.68%
B = 64.29%

CMYK

 C value IS 0.49

 M value IS 0.96

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#250348 (or 0x250348) is known color: Blackcurrant. HEX triplet: 25, 03 and 48. RGB value is (37,3,72). Sum of RGB (Red+Green+Blue) = 37+3+72=112 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.04% from 112); Green value is 3 (1.56% from 255 or 2.68% from 112); Blue value is 72 (28.52% from 255 or 64.29% from 112); Max value from RGB is 72 - color contains mainly: blue. Hex color #250348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250348 is #DAFCB7. Grayscale: #141414. Windows color (decimal): -14351544 or 4719397. OLE color: 4719397.

HSL color Cylindrical-coordinate representation of color #250348: hue angle of 269.57º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #250348 is Cyan = 0.49, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 37 3 72 -
CMYK 0.49 0.96 0 0.72
HSL 269.57º 0.92% 0.15% -
HSV(B) 269.57º 0.96% 0.28% -
XYZ 1.97 0.93 6.21 -
YUV 21.03 156.76 139.39 -
System Red Green Blue C M Y K H S L
Decimal 37 3 72 0.49 0.96 0 0.72 269.57 0.92 0.15
Hex 25 3 48 31 60 0 48 10E 5C F
Octal 45 3 110 61 140 0 110 416 134 17
Binary 100101 11 1001000 110001 1100000 0 1001000 100001110 1011100 1111

Color Harmonies of #250348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250348

Black with #250348

Text Example


Text Example

White with #250348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250348; }

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

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

background-color css

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

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

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

border-color css

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

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

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