Html Css Color HEX #240A2E Blackcurrant

📋 copy color: '#240A2E'

red 36 ◦ green 10 ◦ blue 46

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

Shades of Blackcurrant #240A2E

Tints of Blackcurrant #240A2E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 10.87%

 BLUE value IS 46 (18.36% from 255) = 50%

R = 39.13%
G = 10.87%
B = 50%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#240A2E (or 0x240A2E) is known color: Blackcurrant. HEX triplet: 24, 0A and 2E. RGB value is (36,10,46). Sum of RGB (Red+Green+Blue) = 36+10+46=92 (12% of max value = 765). Red value is 36 (14.45% from 255 or 39.13% from 92); Green value is 10 (4.30% from 255 or 10.87% from 92); Blue value is 46 (18.36% from 255 or 50% from 92); Max value from RGB is 46 - color contains mainly: blue. Hex color #240A2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240A2E is #DBF5D1. Grayscale: #151515. Windows color (decimal): -14415314 or 3017252. OLE color: 3017252.

HSL color Cylindrical-coordinate representation of color #240A2E: hue angle of 283.33º degrees, saturation: 0.64, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #240A2E is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 36 10 46 -
CMYK 0.22 0.78 0 0.82
HSL 283.33º 0.64% 0.11% -
HSV(B) 283.33º 0.78% 0.18% -
XYZ 1.33 0.79 2.67 -
YUV 21.88 141.61 138.07 -
System Red Green Blue C M Y K H S L
Decimal 36 10 46 0.22 0.78 0 0.82 283.33 0.64 0.11
Hex 24 A 2E 16 4E 0 52 11B 40 B
Octal 44 12 56 26 116 0 122 433 100 13
Binary 100100 1010 101110 10110 1001110 0 1010010 100011011 1000000 1011

Color Harmonies of #240A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240A2E

Black with #240A2E

Text Example


Text Example

White with #240A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240A2E; }

 p { color: rgb(36,10,46); }

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

background-color css

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

 a { background-color: rgb(36,10,46); }

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

border-color css

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

 span { border-color: rgb(36,10,46); }

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