Html Css Color HEX #240348 Blackcurrant

📋 copy color: '#240348'

red 36 ◦ green 3 ◦ blue 72

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

Shades of Blackcurrant #240348

Tints of Blackcurrant #240348

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.7%

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

R = 32.43%
G = 2.7%
B = 64.86%

CMYK

 C value IS 0.5

 M value IS 0.96

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#240348 (or 0x240348) is known color: Blackcurrant. HEX triplet: 24, 03 and 48. RGB value is (36,3,72). Sum of RGB (Red+Green+Blue) = 36+3+72=111 (14% of max value = 765). Red value is 36 (14.45% from 255 or 32.43% from 111); Green value is 3 (1.56% from 255 or 2.70% from 111); Blue value is 72 (28.52% from 255 or 64.86% from 111); Max value from RGB is 72 - color contains mainly: blue. Hex color #240348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240348 is #DBFCB7. Grayscale: #141414. Windows color (decimal): -14417080 or 4719396. OLE color: 4719396.

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

Color convert

RGB 36 3 72 -
CMYK 0.5 0.96 0 0.72
HSL 268.7º 0.92% 0.15% -
HSV(B) 268.7º 0.96% 0.28% -
XYZ 1.93 0.91 6.2 -
YUV 20.73 156.93 138.89 -
System Red Green Blue C M Y K H S L
Decimal 36 3 72 0.5 0.96 0 0.72 268.7 0.92 0.15
Hex 24 3 48 32 60 0 48 10D 5C F
Octal 44 3 110 62 140 0 110 415 134 17
Binary 100100 11 1001000 110010 1100000 0 1001000 100001101 1011100 1111

Color Harmonies of #240348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240348

Black with #240348

Text Example


Text Example

White with #240348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240348; }

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

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

background-color css

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

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

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

border-color css

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

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

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