Html Css Color HEX #241134 Blackcurrant

📋 copy color: '#241134'

red 36 ◦ green 17 ◦ blue 52

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

Shades of Blackcurrant #241134

Tints of Blackcurrant #241134

RGB

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

 GREEN value IS 17 (7.03% from 255) = 16.19%

 BLUE value IS 52 (20.7% from 255) = 49.52%

R = 34.29%
G = 16.19%
B = 49.52%

CMYK

 C value IS 0.31

 M value IS 0.67

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#241134 (or 0x241134) is known color: Blackcurrant. HEX triplet: 24, 11 and 34. RGB value is (36,17,52). Sum of RGB (Red+Green+Blue) = 36+17+52=105 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.29% from 105); Green value is 17 (7.03% from 255 or 16.19% from 105); Blue value is 52 (20.70% from 255 or 49.52% from 105); Max value from RGB is 52 - color contains mainly: blue. Hex color #241134 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241134 is #DBEECB. Grayscale: #1A1A1A. Windows color (decimal): -14413516 or 3412260. OLE color: 3412260.

HSL color Cylindrical-coordinate representation of color #241134: hue angle of 272.57º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #241134 is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 36 17 52 -
CMYK 0.31 0.67 0 0.80
HSL 272.57º 0.51% 0.14% -
HSV(B) 272.57º 0.67% 0.2% -
XYZ 1.55 1.02 3.36 -
YUV 26.67 142.29 134.65 -
System Red Green Blue C M Y K H S L
Decimal 36 17 52 0.31 0.67 0 0.80 272.57 0.51 0.14
Hex 24 11 34 1F 43 0 50 111 33 E
Octal 44 21 64 37 103 0 120 421 63 16
Binary 100100 10001 110100 11111 1000011 0 1010000 100010001 110011 1110

Color Harmonies of #241134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241134

Black with #241134

Text Example


Text Example

White with #241134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241134; }

 p { color: rgb(36,17,52); }

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

background-color css

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

 a { background-color: rgb(36,17,52); }

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

border-color css

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

 span { border-color: rgb(36,17,52); }

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