Html Css Color HEX #240641 Blackcurrant

📋 copy color: '#240641'

red 36 ◦ green 6 ◦ blue 65

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

Shades of Blackcurrant #240641

Tints of Blackcurrant #240641

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.61%

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

R = 33.64%
G = 5.61%
B = 60.75%

CMYK

 C value IS 0.45

 M value IS 0.91

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#240641 (or 0x240641) is known color: Blackcurrant. HEX triplet: 24, 06 and 41. RGB value is (36,6,65). Sum of RGB (Red+Green+Blue) = 36+6+65=107 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.64% from 107); Green value is 6 (2.73% from 255 or 5.61% from 107); Blue value is 65 (25.78% from 255 or 60.75% from 107); Max value from RGB is 65 - color contains mainly: blue. Hex color #240641 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240641 is #DBF9BE. Grayscale: #151515. Windows color (decimal): -14416319 or 4261412. OLE color: 4261412.

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

Color convert

RGB 36 6 65 -
CMYK 0.45 0.91 0 0.75
HSL 270.51º 0.83% 0.14% -
HSV(B) 270.51º 0.91% 0.25% -
XYZ 1.75 0.89 5.08 -
YUV 21.7 152.44 138.2 -
System Red Green Blue C M Y K H S L
Decimal 36 6 65 0.45 0.91 0 0.75 270.51 0.83 0.14
Hex 24 6 41 2D 5B 0 4B 10F 53 E
Octal 44 6 101 55 133 0 113 417 123 16
Binary 100100 110 1000001 101101 1011011 0 1001011 100001111 1010011 1110

Color Harmonies of #240641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240641

Black with #240641

Text Example


Text Example

White with #240641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240641; }

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

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

background-color css

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

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

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

border-color css

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

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

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