Html Css Color HEX #240135 Blackcurrant

📋 copy color: '#240135'

red 36 ◦ green 1 ◦ blue 53

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

Shades of Blackcurrant #240135

Tints of Blackcurrant #240135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 58.89%

R = 40%
G = 1.11%
B = 58.89%

CMYK

 C value IS 0.32

 M value IS 0.98

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#240135 (or 0x240135) is known color: Blackcurrant. HEX triplet: 24, 01 and 35. RGB value is (36,1,53). Sum of RGB (Red+Green+Blue) = 36+1+53=90 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40% from 90); Green value is 1 (0.78% from 255 or 1.11% from 90); Blue value is 53 (21.09% from 255 or 58.89% from 90); Max value from RGB is 53 - color contains mainly: blue. Hex color #240135 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240135 is #DBFECA. Grayscale: #111111. Windows color (decimal): -14417611 or 3473700. OLE color: 3473700.

HSL color Cylindrical-coordinate representation of color #240135: hue angle of 280.38º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #240135 is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 36 1 53 -
CMYK 0.32 0.98 0 0.79
HSL 280.38º 0.96% 0.11% -
HSV(B) 280.38º 0.98% 0.21% -
XYZ 1.38 0.65 3.42 -
YUV 17.39 148.1 141.27 -
System Red Green Blue C M Y K H S L
Decimal 36 1 53 0.32 0.98 0 0.79 280.38 0.96 0.11
Hex 24 1 35 20 62 0 4F 118 60 B
Octal 44 1 65 40 142 0 117 430 140 13
Binary 100100 1 110101 100000 1100010 0 1001111 100011000 1100000 1011

Color Harmonies of #240135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240135

Black with #240135

Text Example


Text Example

White with #240135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240135; }

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

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

background-color css

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

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

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

border-color css

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

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

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