Html Css Color HEX #240530 Blackcurrant

📋 copy color: '#240530'

red 36 ◦ green 5 ◦ blue 48

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

Shades of Blackcurrant #240530

Tints of Blackcurrant #240530

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.62%

 BLUE value IS 48 (19.14% from 255) = 53.93%

R = 40.45%
G = 5.62%
B = 53.93%

CMYK

 C value IS 0.25

 M value IS 0.90

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#240530 (or 0x240530) is known color: Blackcurrant. HEX triplet: 24, 05 and 30. RGB value is (36,5,48). Sum of RGB (Red+Green+Blue) = 36+5+48=89 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40.45% from 89); Green value is 5 (2.34% from 255 or 5.62% from 89); Blue value is 48 (19.14% from 255 or 53.93% from 89); Max value from RGB is 48 - color contains mainly: blue. Hex color #240530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240530 is #DBFACF. Grayscale: #131313. Windows color (decimal): -14416592 or 3147044. OLE color: 3147044.

HSL color Cylindrical-coordinate representation of color #240530: hue angle of 283.26º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #240530 is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 36 5 48 -
CMYK 0.25 0.90 0 0.81
HSL 283.26º 0.81% 0.1% -
HSV(B) 283.26º 0.9% 0.19% -
XYZ 1.32 0.7 2.86 -
YUV 19.17 144.27 140 -
System Red Green Blue C M Y K H S L
Decimal 36 5 48 0.25 0.90 0 0.81 283.26 0.81 0.1
Hex 24 5 30 19 5A 0 51 11B 51 A
Octal 44 5 60 31 132 0 121 433 121 12
Binary 100100 101 110000 11001 1011010 0 1010001 100011011 1010001 1010

Color Harmonies of #240530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240530

Black with #240530

Text Example


Text Example

White with #240530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240530; }

 p { color: rgb(36,5,48); }

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

background-color css

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

 a { background-color: rgb(36,5,48); }

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

border-color css

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

 span { border-color: rgb(36,5,48); }

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