#24064B

Color #24064B Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #24064B

Tints of Blackcurrant #24064B

Color information

#24064B (or 0x24064B) is unknown color: approx Blackcurrant. HEX triplet: 24, 06 and 4B. RGB value is (36,6,75). Sum of RGB (Red+Green+Blue) = 36+6+75=117 (15% of max value = 765). Red value is 36 (14.45% from 255 or 30.77% from 117); Green value is 6 (2.73% from 255 or 5.13% from 117); Blue value is 75 (29.69% from 255 or 64.10% from 117); Max value from RGB is 75 - color contains mainly: blue. Hex color #24064B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24064B is #DBF9B4. Grayscale: #161616. Windows color (decimal): -14416309 or 4916772. OLE color: 4916772.

HSL color Cylindrical-coordinate representation of color #24064B: hue angle of 266.09º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #24064B is Cyan = 0.52, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB36675-
CMYK0.520.9200.71
HSL266.09º85.19%15.88%-
HSV(B)266.09º92%29.41%-
XYZ2.061.016.74-
YUV22.84157.44137.39-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 30.77%
GREEN value IS 6 (2.73% from 255) = 5.13%
BLUE value IS 75 (29.69% from 255) = 64.10%
R=30.77%
G=5.13%
B=64.10%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal366750.520.9200.71266.0985.1915.88
Hex2464B345C04710a5510
Octal44611364134010741212520
Binary1001001101001011110100101110001000111100001010101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24064B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24064B; }

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

 H1.HeaderClassName
 {
   color: #24064B;
 }
 .AnyTagClassName
 {
   color: #24064B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #24064B;
 }
 .BgClassName
 {
   background-color: #24064B;
 }
</style>
border-color css

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

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

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