Html Css Color HEX #240150 Blackcurrant

📋 copy color: '#240150'

red 36 ◦ green 1 ◦ blue 80

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

Shades of Blackcurrant #240150

Tints of Blackcurrant #240150

RGB

 RED value IS 36 (14.45% from 255) = 30.77%

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

 BLUE value IS 80 (31.64% from 255) = 68.38%

R = 30.77%
G = 0.85%
B = 68.38%

CMYK

 C value IS 0.55

 M value IS 0.99

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#240150 (or 0x240150) is known color: Blackcurrant. HEX triplet: 24, 01 and 50. RGB value is (36,1,80). Sum of RGB (Red+Green+Blue) = 36+1+80=117 (15% of max value = 765). Red value is 36 (14.45% from 255 or 30.77% from 117); Green value is 1 (0.78% from 255 or 0.85% from 117); Blue value is 80 (31.64% from 255 or 68.38% from 117); Max value from RGB is 80 - color contains mainly: blue. Hex color #240150 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240150 is #DBFEAF. Grayscale: #141414. Windows color (decimal): -14417584 or 5243172. OLE color: 5243172.

HSL color Cylindrical-coordinate representation of color #240150: hue angle of 266.58º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #240150 is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 36 1 80 -
CMYK 0.55 0.99 0 0.69
HSL 266.58º 0.98% 0.16% -
HSV(B) 266.58º 0.99% 0.31% -
XYZ 2.19 0.98 7.66 -
YUV 20.47 161.6 139.08 -
System Red Green Blue C M Y K H S L
Decimal 36 1 80 0.55 0.99 0 0.69 266.58 0.98 0.16
Hex 24 1 50 37 63 0 45 10B 62 10
Octal 44 1 120 67 143 0 105 413 142 20
Binary 100100 1 1010000 110111 1100011 0 1000101 100001011 1100010 10000

Color Harmonies of #240150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240150

Black with #240150

Text Example


Text Example

White with #240150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240150; }

 p { color: rgb(36,1,80); }

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

background-color css

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

 a { background-color: rgb(36,1,80); }

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

border-color css

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

 span { border-color: rgb(36,1,80); }

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