Html Css Color HEX #330F47 Blackcurrant

📋 copy color: '#330F47'

red 51 ◦ green 15 ◦ blue 71

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

Shades of Blackcurrant #330F47

Tints of Blackcurrant #330F47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 51.82%

R = 37.23%
G = 10.95%
B = 51.82%

CMYK

 C value IS 0.28

 M value IS 0.79

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#330F47 (or 0x330F47) is known color: Blackcurrant. HEX triplet: 33, 0F and 47. RGB value is (51,15,71). Sum of RGB (Red+Green+Blue) = 51+15+71=137 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.23% from 137); Green value is 15 (6.25% from 255 or 10.95% from 137); Blue value is 71 (28.12% from 255 or 51.82% from 137); Max value from RGB is 71 - color contains mainly: blue. Hex color #330F47 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330F47 is #CCF0B8. Grayscale: #1F1F1F. Windows color (decimal): -13430969 or 4656947. OLE color: 4656947.

HSL color Cylindrical-coordinate representation of color #330F47: hue angle of 278.57º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #330F47 is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 51 15 71 -
CMYK 0.28 0.79 0 0.72
HSL 278.57º 0.65% 0.17% -
HSV(B) 278.57º 0.79% 0.28% -
XYZ 2.67 1.5 6.11 -
YUV 32.15 149.93 141.45 -
System Red Green Blue C M Y K H S L
Decimal 51 15 71 0.28 0.79 0 0.72 278.57 0.65 0.17
Hex 33 F 47 1C 4F 0 48 117 41 11
Octal 63 17 107 34 117 0 110 427 101 21
Binary 110011 1111 1000111 11100 1001111 0 1001000 100010111 1000001 10001

Color Harmonies of #330F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330F47

Black with #330F47

Text Example


Text Example

White with #330F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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