Html Css Color HEX #330F51 Blackcurrant

📋 copy color: '#330F51'

red 51 ◦ green 15 ◦ blue 81

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

Shades of Blackcurrant #330F51

Tints of Blackcurrant #330F51

RGB

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

 GREEN value IS 15 (6.25% from 255) = 10.2%

 BLUE value IS 81 (32.03% from 255) = 55.1%

R = 34.69%
G = 10.2%
B = 55.1%

CMYK

 C value IS 0.37

 M value IS 0.81

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#330F51 (or 0x330F51) is known color: Blackcurrant. HEX triplet: 33, 0F and 51. RGB value is (51,15,81). Sum of RGB (Red+Green+Blue) = 51+15+81=147 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.69% from 147); Green value is 15 (6.25% from 255 or 10.20% from 147); Blue value is 81 (32.03% from 255 or 55.10% from 147); Max value from RGB is 81 - color contains mainly: blue. Hex color #330F51 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330F51 is #CCF0AE. Grayscale: #212121. Windows color (decimal): -13430959 or 5312307. OLE color: 5312307.

HSL color Cylindrical-coordinate representation of color #330F51: hue angle of 272.73º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #330F51 is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 51 15 81 -
CMYK 0.37 0.81 0 0.68
HSL 272.73º 0.69% 0.19% -
HSV(B) 272.73º 0.81% 0.32% -
XYZ 3.02 1.64 7.94 -
YUV 33.29 154.93 140.63 -
System Red Green Blue C M Y K H S L
Decimal 51 15 81 0.37 0.81 0 0.68 272.73 0.69 0.19
Hex 33 F 51 25 51 0 44 111 45 13
Octal 63 17 121 45 121 0 104 421 105 23
Binary 110011 1111 1010001 100101 1010001 0 1000100 100010001 1000101 10011

Color Harmonies of #330F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330F51

Black with #330F51

Text Example


Text Example

White with #330F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330F51; }

 p { color: rgb(51,15,81); }

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

background-color css

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

 a { background-color: rgb(51,15,81); }

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

border-color css

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

 span { border-color: rgb(51,15,81); }

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