Html Css Color HEX #240130 Blackcurrant

📋 copy color: '#240130'

red 36 ◦ green 1 ◦ blue 48

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

Shades of Blackcurrant #240130

Tints of Blackcurrant #240130

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.18%

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

R = 42.35%
G = 1.18%
B = 56.47%

CMYK

 C value IS 0.25

 M value IS 0.98

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#240130 (or 0x240130) is known color: Blackcurrant. HEX triplet: 24, 01 and 30. RGB value is (36,1,48). Sum of RGB (Red+Green+Blue) = 36+1+48=85 (11% of max value = 765). Red value is 36 (14.45% from 255 or 42.35% from 85); Green value is 1 (0.78% from 255 or 1.18% from 85); Blue value is 48 (19.14% from 255 or 56.47% from 85); Max value from RGB is 48 - color contains mainly: blue. Hex color #240130 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240130 is #DBFECF. Grayscale: #101010. Windows color (decimal): -14417616 or 3146020. OLE color: 3146020.

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

Color convert

RGB 36 1 48 -
CMYK 0.25 0.98 0 0.81
HSL 284.68º 0.96% 0.1% -
HSV(B) 284.68º 0.98% 0.19% -
XYZ 1.27 0.61 2.85 -
YUV 16.82 145.6 141.68 -
System Red Green Blue C M Y K H S L
Decimal 36 1 48 0.25 0.98 0 0.81 284.68 0.96 0.1
Hex 24 1 30 19 62 0 51 11D 60 A
Octal 44 1 60 31 142 0 121 435 140 12
Binary 100100 1 110000 11001 1100010 0 1010001 100011101 1100000 1010

Color Harmonies of #240130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240130

Black with #240130

Text Example


Text Example

White with #240130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240130; }

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

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

background-color css

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

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

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

border-color css

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

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

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