Html Css Color HEX #240248 Blackcurrant

📋 copy color: '#240248'

red 36 ◦ green 2 ◦ blue 72

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

Shades of Blackcurrant #240248

Tints of Blackcurrant #240248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 65.45%

R = 32.73%
G = 1.82%
B = 65.45%

CMYK

 C value IS 0.5

 M value IS 0.97

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#240248 (or 0x240248) is known color: Blackcurrant. HEX triplet: 24, 02 and 48. RGB value is (36,2,72). Sum of RGB (Red+Green+Blue) = 36+2+72=110 (14% of max value = 765). Red value is 36 (14.45% from 255 or 32.73% from 110); Green value is 2 (1.17% from 255 or 1.82% from 110); Blue value is 72 (28.52% from 255 or 65.45% from 110); Max value from RGB is 72 - color contains mainly: blue. Hex color #240248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240248 is #DBFDB7. Grayscale: #131313. Windows color (decimal): -14417336 or 4719140. OLE color: 4719140.

HSL color Cylindrical-coordinate representation of color #240248: hue angle of 269.14º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #240248 is Cyan = 0.5, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 36 2 72 -
CMYK 0.5 0.97 0 0.72
HSL 269.14º 0.95% 0.15% -
HSV(B) 269.14º 0.97% 0.28% -
XYZ 1.92 0.89 6.2 -
YUV 20.15 157.26 139.31 -
System Red Green Blue C M Y K H S L
Decimal 36 2 72 0.5 0.97 0 0.72 269.14 0.95 0.15
Hex 24 2 48 32 61 0 48 10D 5F F
Octal 44 2 110 62 141 0 110 415 137 17
Binary 100100 10 1001000 110010 1100001 0 1001000 100001101 1011111 1111

Color Harmonies of #240248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240248

Black with #240248

Text Example


Text Example

White with #240248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240248; }

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

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

background-color css

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

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

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

border-color css

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

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

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