Html Css Color HEX #250143 Blackcurrant

📋 copy color: '#250143'

red 37 ◦ green 1 ◦ blue 67

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

Shades of Blackcurrant #250143

Tints of Blackcurrant #250143

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.95%

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

R = 35.24%
G = 0.95%
B = 63.81%

CMYK

 C value IS 0.45

 M value IS 0.99

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#250143 (or 0x250143) is known color: Blackcurrant. HEX triplet: 25, 01 and 43. RGB value is (37,1,67). Sum of RGB (Red+Green+Blue) = 37+1+67=105 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.24% from 105); Green value is 1 (0.78% from 255 or 0.95% from 105); Blue value is 67 (26.56% from 255 or 63.81% from 105); Max value from RGB is 67 - color contains mainly: blue. Hex color #250143 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250143 is #DAFEBC. Grayscale: #131313. Windows color (decimal): -14352061 or 4391205. OLE color: 4391205.

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

Color convert

RGB 37 1 67 -
CMYK 0.45 0.99 0 0.74
HSL 272.73º 0.97% 0.13% -
HSV(B) 272.73º 0.99% 0.26% -
XYZ 1.79 0.82 5.37 -
YUV 19.29 154.93 140.63 -
System Red Green Blue C M Y K H S L
Decimal 37 1 67 0.45 0.99 0 0.74 272.73 0.97 0.13
Hex 25 1 43 2D 63 0 4A 111 61 D
Octal 45 1 103 55 143 0 112 421 141 15
Binary 100101 1 1000011 101101 1100011 0 1001010 100010001 1100001 1101

Color Harmonies of #250143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250143

Black with #250143

Text Example


Text Example

White with #250143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250143; }

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

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

background-color css

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

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

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

border-color css

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

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

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