Html Css Color HEX #240848 Blackcurrant

📋 copy color: '#240848'

red 36 ◦ green 8 ◦ blue 72

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

Shades of Blackcurrant #240848

Tints of Blackcurrant #240848

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.9%

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

R = 31.03%
G = 6.9%
B = 62.07%

CMYK

 C value IS 0.5

 M value IS 0.89

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#240848 (or 0x240848) is known color: Blackcurrant. HEX triplet: 24, 08 and 48. RGB value is (36,8,72). Sum of RGB (Red+Green+Blue) = 36+8+72=116 (15% of max value = 765). Red value is 36 (14.45% from 255 or 31.03% from 116); Green value is 8 (3.52% from 255 or 6.90% from 116); Blue value is 72 (28.52% from 255 or 62.07% from 116); Max value from RGB is 72 - color contains mainly: blue. Hex color #240848 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240848 is #DBF7B7. Grayscale: #171717. Windows color (decimal): -14415800 or 4720676. OLE color: 4720676.

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

Color convert

RGB 36 8 72 -
CMYK 0.5 0.89 0 0.72
HSL 266.25º 0.8% 0.16% -
HSV(B) 266.25º 0.89% 0.28% -
XYZ 1.98 1.02 6.22 -
YUV 23.67 155.28 136.8 -
System Red Green Blue C M Y K H S L
Decimal 36 8 72 0.5 0.89 0 0.72 266.25 0.8 0.16
Hex 24 8 48 32 59 0 48 10A 50 10
Octal 44 10 110 62 131 0 110 412 120 20
Binary 100100 1000 1001000 110010 1011001 0 1001000 100001010 1010000 10000

Color Harmonies of #240848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240848

Black with #240848

Text Example


Text Example

White with #240848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240848; }

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

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

background-color css

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

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

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

border-color css

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

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

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