Html Css Color HEX #240245 Blackcurrant

📋 copy color: '#240245'

red 36 ◦ green 2 ◦ blue 69

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

Shades of Blackcurrant #240245

Tints of Blackcurrant #240245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 64.49%

R = 33.64%
G = 1.87%
B = 64.49%

CMYK

 C value IS 0.48

 M value IS 0.97

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#240245 (or 0x240245) is known color: Blackcurrant. HEX triplet: 24, 02 and 45. RGB value is (36,2,69). Sum of RGB (Red+Green+Blue) = 36+2+69=107 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.64% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 69 (27.34% from 255 or 64.49% from 107); Max value from RGB is 69 - color contains mainly: blue. Hex color #240245 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240245 is #DBFDBA. Grayscale: #131313. Windows color (decimal): -14417339 or 4522532. OLE color: 4522532.

HSL color Cylindrical-coordinate representation of color #240245: hue angle of 270.45º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #240245 is Cyan = 0.48, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 36 2 69 -
CMYK 0.48 0.97 0 0.73
HSL 270.45º 0.94% 0.14% -
HSV(B) 270.45º 0.97% 0.27% -
XYZ 1.82 0.85 5.7 -
YUV 19.8 155.76 139.55 -
System Red Green Blue C M Y K H S L
Decimal 36 2 69 0.48 0.97 0 0.73 270.45 0.94 0.14
Hex 24 2 45 30 61 0 49 10E 5E E
Octal 44 2 105 60 141 0 111 416 136 16
Binary 100100 10 1000101 110000 1100001 0 1001001 100001110 1011110 1110

Color Harmonies of #240245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240245

Black with #240245

Text Example


Text Example

White with #240245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240245; }

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

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

background-color css

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

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

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

border-color css

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

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

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