Html Css Color HEX #240341 Blackcurrant

📋 copy color: '#240341'

red 36 ◦ green 3 ◦ blue 65

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

Shades of Blackcurrant #240341

Tints of Blackcurrant #240341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 62.5%

R = 34.62%
G = 2.88%
B = 62.5%

CMYK

 C value IS 0.45

 M value IS 0.95

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#240341 (or 0x240341) is known color: Blackcurrant. HEX triplet: 24, 03 and 41. RGB value is (36,3,65). Sum of RGB (Red+Green+Blue) = 36+3+65=104 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.62% from 104); Green value is 3 (1.56% from 255 or 2.88% from 104); Blue value is 65 (25.78% from 255 or 62.5% from 104); Max value from RGB is 65 - color contains mainly: blue. Hex color #240341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240341 is #DBFCBE. Grayscale: #131313. Windows color (decimal): -14417087 or 4260644. OLE color: 4260644.

HSL color Cylindrical-coordinate representation of color #240341: hue angle of 271.94º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #240341 is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 36 3 65 -
CMYK 0.45 0.95 0 0.75
HSL 271.94º 0.91% 0.13% -
HSV(B) 271.94º 0.95% 0.25% -
XYZ 1.71 0.82 5.07 -
YUV 19.94 153.43 139.46 -
System Red Green Blue C M Y K H S L
Decimal 36 3 65 0.45 0.95 0 0.75 271.94 0.91 0.13
Hex 24 3 41 2D 5F 0 4B 110 5B D
Octal 44 3 101 55 137 0 113 420 133 15
Binary 100100 11 1000001 101101 1011111 0 1001011 100010000 1011011 1101

Color Harmonies of #240341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240341

Black with #240341

Text Example


Text Example

White with #240341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240341; }

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

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

background-color css

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

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

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

border-color css

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

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

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