Html Css Color HEX #330841 Blackcurrant

📋 copy color: '#330841'

red 51 ◦ green 8 ◦ blue 65

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

Shades of Blackcurrant #330841

Tints of Blackcurrant #330841

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.45%

 BLUE value IS 65 (25.78% from 255) = 52.42%

R = 41.13%
G = 6.45%
B = 52.42%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#330841 (or 0x330841) is known color: Blackcurrant. HEX triplet: 33, 08 and 41. RGB value is (51,8,65). Sum of RGB (Red+Green+Blue) = 51+8+65=124 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.13% from 124); Green value is 8 (3.52% from 255 or 6.45% from 124); Blue value is 65 (25.78% from 255 or 52.42% from 124); Max value from RGB is 65 - color contains mainly: blue. Hex color #330841 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330841 is #CCF7BE. Grayscale: #1B1B1B. Windows color (decimal): -13432767 or 4261939. OLE color: 4261939.

HSL color Cylindrical-coordinate representation of color #330841: hue angle of 285.26º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #330841 is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 51 8 65 -
CMYK 0.22 0.88 0 0.75
HSL 285.26º 0.78% 0.14% -
HSV(B) 285.26º 0.88% 0.25% -
XYZ 2.41 1.26 5.12 -
YUV 27.36 149.25 144.87 -
System Red Green Blue C M Y K H S L
Decimal 51 8 65 0.22 0.88 0 0.75 285.26 0.78 0.14
Hex 33 8 41 16 58 0 4B 11D 4E E
Octal 63 10 101 26 130 0 113 435 116 16
Binary 110011 1000 1000001 10110 1011000 0 1001011 100011101 1001110 1110

Color Harmonies of #330841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330841

Black with #330841

Text Example


Text Example

White with #330841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330841; }

 p { color: rgb(51,8,65); }

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

background-color css

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

 a { background-color: rgb(51,8,65); }

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

border-color css

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

 span { border-color: rgb(51,8,65); }

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