Html Css Color HEX #331243 Blackcurrant

📋 copy color: '#331243'

red 51 ◦ green 18 ◦ blue 67

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

Shades of Blackcurrant #331243

Tints of Blackcurrant #331243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 49.26%

R = 37.5%
G = 13.24%
B = 49.26%

CMYK

 C value IS 0.24

 M value IS 0.73

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#331243 (or 0x331243) is known color: Blackcurrant. HEX triplet: 33, 12 and 43. RGB value is (51,18,67). Sum of RGB (Red+Green+Blue) = 51+18+67=136 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.5% from 136); Green value is 18 (7.42% from 255 or 13.24% from 136); Blue value is 67 (26.56% from 255 or 49.26% from 136); Max value from RGB is 67 - color contains mainly: blue. Hex color #331243 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331243 is #CCEDBC. Grayscale: #212121. Windows color (decimal): -13430205 or 4395571. OLE color: 4395571.

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

Color convert

RGB 51 18 67 -
CMYK 0.24 0.73 0 0.74
HSL 280.41º 0.58% 0.17% -
HSV(B) 280.41º 0.73% 0.26% -
XYZ 2.59 1.54 5.47 -
YUV 33.45 146.93 140.52 -
System Red Green Blue C M Y K H S L
Decimal 51 18 67 0.24 0.73 0 0.74 280.41 0.58 0.17
Hex 33 12 43 18 49 0 4A 118 3A 11
Octal 63 22 103 30 111 0 112 430 72 21
Binary 110011 10010 1000011 11000 1001001 0 1001010 100011000 111010 10001

Color Harmonies of #331243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331243

Black with #331243

Text Example


Text Example

White with #331243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331243; }

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

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

background-color css

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

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

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

border-color css

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

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

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