Html Css Color HEX #241230 Blackcurrant

📋 copy color: '#241230'

red 36 ◦ green 18 ◦ blue 48

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

Shades of Blackcurrant #241230

Tints of Blackcurrant #241230

RGB

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

 GREEN value IS 18 (7.42% from 255) = 17.65%

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

R = 35.29%
G = 17.65%
B = 47.06%

CMYK

 C value IS 0.25

 M value IS 0.63

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#241230 (or 0x241230) is known color: Blackcurrant. HEX triplet: 24, 12 and 30. RGB value is (36,18,48). Sum of RGB (Red+Green+Blue) = 36+18+48=102 (13% of max value = 765). Red value is 36 (14.45% from 255 or 35.29% from 102); Green value is 18 (7.42% from 255 or 17.65% from 102); Blue value is 48 (19.14% from 255 or 47.06% from 102); Max value from RGB is 48 - color contains mainly: blue. Hex color #241230 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241230 is #DBEDCF. Grayscale: #1A1A1A. Windows color (decimal): -14413264 or 3150372. OLE color: 3150372.

HSL color Cylindrical-coordinate representation of color #241230: hue angle of 276º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #241230 is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 36 18 48 -
CMYK 0.25 0.63 0 0.81
HSL 276º 0.45% 0.13% -
HSV(B) 276º 0.63% 0.19% -
XYZ 1.48 1.02 2.92 -
YUV 26.8 139.96 134.56 -
System Red Green Blue C M Y K H S L
Decimal 36 18 48 0.25 0.63 0 0.81 276 0.45 0.13
Hex 24 12 30 19 3F 0 51 114 2D D
Octal 44 22 60 31 77 0 121 424 55 15
Binary 100100 10010 110000 11001 111111 0 1010001 100010100 101101 1101

Color Harmonies of #241230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241230

Black with #241230

Text Example


Text Example

White with #241230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241230; }

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

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

background-color css

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

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

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

border-color css

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

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

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