Html Css Color HEX #331242 Blackcurrant

📋 copy color: '#331242'

red 51 ◦ green 18 ◦ blue 66

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

Shades of Blackcurrant #331242

Tints of Blackcurrant #331242

RGB

 RED value IS 51 (20.31% from 255) = 37.78%

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

 BLUE value IS 66 (26.17% from 255) = 48.89%

R = 37.78%
G = 13.33%
B = 48.89%

CMYK

 C value IS 0.23

 M value IS 0.73

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#331242 (or 0x331242) is known color: Blackcurrant. HEX triplet: 33, 12 and 42. RGB value is (51,18,66). Sum of RGB (Red+Green+Blue) = 51+18+66=135 (17% of max value = 765). Red value is 51 (20.31% from 255 or 37.78% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 66 (26.17% from 255 or 48.89% from 135); Max value from RGB is 66 - color contains mainly: blue. Hex color #331242 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331242 is #CCEDBD. Grayscale: #212121. Windows color (decimal): -13430206 or 4330035. OLE color: 4330035.

HSL color Cylindrical-coordinate representation of color #331242: hue angle of 281.25º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #331242 is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 51 18 66 -
CMYK 0.23 0.73 0 0.74
HSL 281.25º 0.57% 0.16% -
HSV(B) 281.25º 0.73% 0.26% -
XYZ 2.56 1.53 5.31 -
YUV 33.34 146.43 140.6 -
System Red Green Blue C M Y K H S L
Decimal 51 18 66 0.23 0.73 0 0.74 281.25 0.57 0.16
Hex 33 12 42 17 49 0 4A 119 39 10
Octal 63 22 102 27 111 0 112 431 71 20
Binary 110011 10010 1000010 10111 1001001 0 1001010 100011001 111001 10000

Color Harmonies of #331242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331242

Black with #331242

Text Example


Text Example

White with #331242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331242; }

 p { color: rgb(51,18,66); }

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

background-color css

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

 a { background-color: rgb(51,18,66); }

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

border-color css

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

 span { border-color: rgb(51,18,66); }

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