Html Css Color HEX #240246 Blackcurrant

📋 copy color: '#240246'

red 36 ◦ green 2 ◦ blue 70

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

Shades of Blackcurrant #240246

Tints of Blackcurrant #240246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 64.81%

R = 33.33%
G = 1.85%
B = 64.81%

CMYK

 C value IS 0.49

 M value IS 0.97

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#240246 (or 0x240246) is known color: Blackcurrant. HEX triplet: 24, 02 and 46. RGB value is (36,2,70). Sum of RGB (Red+Green+Blue) = 36+2+70=108 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.33% from 108); Green value is 2 (1.17% from 255 or 1.85% from 108); Blue value is 70 (27.73% from 255 or 64.81% from 108); Max value from RGB is 70 - color contains mainly: blue. Hex color #240246 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240246 is #DBFDB9. Grayscale: #131313. Windows color (decimal): -14417338 or 4588068. OLE color: 4588068.

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

Color convert

RGB 36 2 70 -
CMYK 0.49 0.97 0 0.73
HSL 270º 0.94% 0.14% -
HSV(B) 270º 0.97% 0.27% -
XYZ 1.85 0.86 5.86 -
YUV 19.92 156.26 139.47 -
System Red Green Blue C M Y K H S L
Decimal 36 2 70 0.49 0.97 0 0.73 270 0.94 0.14
Hex 24 2 46 31 61 0 49 10E 5E E
Octal 44 2 106 61 141 0 111 416 136 16
Binary 100100 10 1000110 110001 1100001 0 1001001 100001110 1011110 1110

Color Harmonies of #240246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240246

Black with #240246

Text Example


Text Example

White with #240246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240246; }

 p { color: rgb(36,2,70); }

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

background-color css

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

 a { background-color: rgb(36,2,70); }

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

border-color css

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

 span { border-color: rgb(36,2,70); }

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