Html Css Color HEX #330854 Blackcurrant

📋 copy color: '#330854'

red 51 ◦ green 8 ◦ blue 84

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

Shades of Blackcurrant #330854

Tints of Blackcurrant #330854

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 58.74%

R = 35.66%
G = 5.59%
B = 58.74%

CMYK

 C value IS 0.39

 M value IS 0.90

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#330854 (or 0x330854) is known color: Blackcurrant. HEX triplet: 33, 08 and 54. RGB value is (51,8,84). Sum of RGB (Red+Green+Blue) = 51+8+84=143 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.66% from 143); Green value is 8 (3.52% from 255 or 5.59% from 143); Blue value is 84 (33.20% from 255 or 58.74% from 143); Max value from RGB is 84 - color contains mainly: blue. Hex color #330854 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330854 is #CCF7AB. Grayscale: #1D1D1D. Windows color (decimal): -13432748 or 5507123. OLE color: 5507123.

HSL color Cylindrical-coordinate representation of color #330854: hue angle of 273.95º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #330854 is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 51 8 84 -
CMYK 0.39 0.90 0 0.67
HSL 273.95º 0.83% 0.18% -
HSV(B) 273.95º 0.9% 0.33% -
XYZ 3.05 1.52 8.52 -
YUV 29.52 158.75 143.32 -
System Red Green Blue C M Y K H S L
Decimal 51 8 84 0.39 0.90 0 0.67 273.95 0.83 0.18
Hex 33 8 54 27 5A 0 43 112 53 12
Octal 63 10 124 47 132 0 103 422 123 22
Binary 110011 1000 1010100 100111 1011010 0 1000011 100010010 1010011 10010

Color Harmonies of #330854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330854

Black with #330854

Text Example


Text Example

White with #330854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330854; }

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

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

background-color css

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

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

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

border-color css

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

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

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