Html Css Color HEX #240B46 Blackcurrant

📋 copy color: '#240B46'

red 36 ◦ green 11 ◦ blue 70

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

Shades of Blackcurrant #240B46

Tints of Blackcurrant #240B46

RGB

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

 GREEN value IS 11 (4.69% from 255) = 9.4%

 BLUE value IS 70 (27.73% from 255) = 59.83%

R = 30.77%
G = 9.4%
B = 59.83%

CMYK

 C value IS 0.49

 M value IS 0.84

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#240B46 (or 0x240B46) is known color: Blackcurrant. HEX triplet: 24, 0B and 46. RGB value is (36,11,70). Sum of RGB (Red+Green+Blue) = 36+11+70=117 (15% of max value = 765). Red value is 36 (14.45% from 255 or 30.77% from 117); Green value is 11 (4.69% from 255 or 9.40% from 117); Blue value is 70 (27.73% from 255 or 59.83% from 117); Max value from RGB is 70 - color contains mainly: blue. Hex color #240B46 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240B46 is #DBF4B9. Grayscale: #181818. Windows color (decimal): -14415034 or 4590372. OLE color: 4590372.

HSL color Cylindrical-coordinate representation of color #240B46: hue angle of 265.42º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #240B46 is Cyan = 0.49, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 36 11 70 -
CMYK 0.49 0.84 0 0.73
HSL 265.42º 0.73% 0.16% -
HSV(B) 265.42º 0.84% 0.27% -
XYZ 1.95 1.06 5.9 -
YUV 25.2 153.28 135.7 -
System Red Green Blue C M Y K H S L
Decimal 36 11 70 0.49 0.84 0 0.73 265.42 0.73 0.16
Hex 24 B 46 31 54 0 49 109 49 10
Octal 44 13 106 61 124 0 111 411 111 20
Binary 100100 1011 1000110 110001 1010100 0 1001001 100001001 1001001 10000

Color Harmonies of #240B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240B46

Black with #240B46

Text Example


Text Example

White with #240B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,11,70); }

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

background-color css

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

 a { background-color: rgb(36,11,70); }

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

border-color css

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

 span { border-color: rgb(36,11,70); }

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