Html Css Color HEX #240230 Blackcurrant

📋 copy color: '#240230'

red 36 ◦ green 2 ◦ blue 48

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

Shades of Blackcurrant #240230

Tints of Blackcurrant #240230

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.33%

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

R = 41.86%
G = 2.33%
B = 55.81%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#240230 (or 0x240230) is known color: Blackcurrant. HEX triplet: 24, 02 and 30. RGB value is (36,2,48). Sum of RGB (Red+Green+Blue) = 36+2+48=86 (11% of max value = 765). Red value is 36 (14.45% from 255 or 41.86% from 86); Green value is 2 (1.17% from 255 or 2.33% from 86); Blue value is 48 (19.14% from 255 or 55.81% from 86); Max value from RGB is 48 - color contains mainly: blue. Hex color #240230 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240230 is #DBFDCF. Grayscale: #111111. Windows color (decimal): -14417360 or 3146276. OLE color: 3146276.

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

Color convert

RGB 36 2 48 -
CMYK 0.25 0.96 0 0.81
HSL 284.35º 0.92% 0.1% -
HSV(B) 284.35º 0.96% 0.19% -
XYZ 1.28 0.63 2.85 -
YUV 17.41 145.26 141.26 -
System Red Green Blue C M Y K H S L
Decimal 36 2 48 0.25 0.96 0 0.81 284.35 0.92 0.1
Hex 24 2 30 19 60 0 51 11C 5C A
Octal 44 2 60 31 140 0 121 434 134 12
Binary 100100 10 110000 11001 1100000 0 1010001 100011100 1011100 1010

Color Harmonies of #240230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240230

Black with #240230

Text Example


Text Example

White with #240230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240230; }

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

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

background-color css

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

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

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

border-color css

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

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

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