Html Css Color HEX #250243 Blackcurrant

📋 copy color: '#250243'

red 37 ◦ green 2 ◦ blue 67

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

Shades of Blackcurrant #250243

Tints of Blackcurrant #250243

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.89%

 BLUE value IS 67 (26.56% from 255) = 63.21%

R = 34.91%
G = 1.89%
B = 63.21%

CMYK

 C value IS 0.45

 M value IS 0.97

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#250243 (or 0x250243) is known color: Blackcurrant. HEX triplet: 25, 02 and 43. RGB value is (37,2,67). Sum of RGB (Red+Green+Blue) = 37+2+67=106 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.91% from 106); Green value is 2 (1.17% from 255 or 1.89% from 106); Blue value is 67 (26.56% from 255 or 63.21% from 106); Max value from RGB is 67 - color contains mainly: blue. Hex color #250243 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250243 is #DAFDBC. Grayscale: #131313. Windows color (decimal): -14351805 or 4391461. OLE color: 4391461.

HSL color Cylindrical-coordinate representation of color #250243: hue angle of 272.31º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #250243 is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 37 2 67 -
CMYK 0.45 0.97 0 0.74
HSL 272.31º 0.94% 0.14% -
HSV(B) 272.31º 0.97% 0.26% -
XYZ 1.8 0.84 5.38 -
YUV 19.88 154.6 140.21 -
System Red Green Blue C M Y K H S L
Decimal 37 2 67 0.45 0.97 0 0.74 272.31 0.94 0.14
Hex 25 2 43 2D 61 0 4A 110 5E E
Octal 45 2 103 55 141 0 112 420 136 16
Binary 100101 10 1000011 101101 1100001 0 1001010 100010000 1011110 1110

Color Harmonies of #250243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250243

Black with #250243

Text Example


Text Example

White with #250243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250243; }

 p { color: rgb(37,2,67); }

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

background-color css

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

 a { background-color: rgb(37,2,67); }

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

border-color css

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

 span { border-color: rgb(37,2,67); }

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