Html Css Color HEX #240238 Blackcurrant

📋 copy color: '#240238'

red 36 ◦ green 2 ◦ blue 56

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

Shades of Blackcurrant #240238

Tints of Blackcurrant #240238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 59.57%

R = 38.3%
G = 2.13%
B = 59.57%

CMYK

 C value IS 0.36

 M value IS 0.96

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#240238 (or 0x240238) is known color: Blackcurrant. HEX triplet: 24, 02 and 38. RGB value is (36,2,56). Sum of RGB (Red+Green+Blue) = 36+2+56=94 (12% of max value = 765). Red value is 36 (14.45% from 255 or 38.30% from 94); Green value is 2 (1.17% from 255 or 2.13% from 94); Blue value is 56 (22.27% from 255 or 59.57% from 94); Max value from RGB is 56 - color contains mainly: blue. Hex color #240238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240238 is #DBFDC7. Grayscale: #121212. Windows color (decimal): -14417352 or 3670564. OLE color: 3670564.

HSL color Cylindrical-coordinate representation of color #240238: hue angle of 277.78º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #240238 is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 36 2 56 -
CMYK 0.36 0.96 0 0.78
HSL 277.78º 0.93% 0.11% -
HSV(B) 277.78º 0.96% 0.22% -
XYZ 1.46 0.7 3.8 -
YUV 18.32 149.26 140.61 -
System Red Green Blue C M Y K H S L
Decimal 36 2 56 0.36 0.96 0 0.78 277.78 0.93 0.11
Hex 24 2 38 24 60 0 4E 116 5D B
Octal 44 2 70 44 140 0 116 426 135 13
Binary 100100 10 111000 100100 1100000 0 1001110 100010110 1011101 1011

Color Harmonies of #240238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240238

Black with #240238

Text Example


Text Example

White with #240238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240238; }

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

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

background-color css

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

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

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

border-color css

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

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

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