Html Css Color HEX #240139 Blackcurrant

📋 copy color: '#240139'

red 36 ◦ green 1 ◦ blue 57

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

Shades of Blackcurrant #240139

Tints of Blackcurrant #240139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 60.64%

R = 38.3%
G = 1.06%
B = 60.64%

CMYK

 C value IS 0.37

 M value IS 0.98

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#240139 (or 0x240139) is known color: Blackcurrant. HEX triplet: 24, 01 and 39. RGB value is (36,1,57). Sum of RGB (Red+Green+Blue) = 36+1+57=94 (12% of max value = 765). Red value is 36 (14.45% from 255 or 38.30% from 94); Green value is 1 (0.78% from 255 or 1.06% from 94); Blue value is 57 (22.66% from 255 or 60.64% from 94); Max value from RGB is 57 - color contains mainly: blue. Hex color #240139 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240139 is #DBFEC6. Grayscale: #111111. Windows color (decimal): -14417607 or 3735844. OLE color: 3735844.

HSL color Cylindrical-coordinate representation of color #240139: hue angle of 277.5º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #240139 is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 36 1 57 -
CMYK 0.37 0.98 0 0.78
HSL 277.5º 0.97% 0.11% -
HSV(B) 277.5º 0.98% 0.22% -
XYZ 1.48 0.69 3.93 -
YUV 17.85 150.1 140.95 -
System Red Green Blue C M Y K H S L
Decimal 36 1 57 0.37 0.98 0 0.78 277.5 0.97 0.11
Hex 24 1 39 25 62 0 4E 116 61 B
Octal 44 1 71 45 142 0 116 426 141 13
Binary 100100 1 111001 100101 1100010 0 1001110 100010110 1100001 1011

Color Harmonies of #240139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240139

Black with #240139

Text Example


Text Example

White with #240139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240139; }

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

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

background-color css

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

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

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

border-color css

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

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

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