Html Css Color HEX #330F40 Blackcurrant

📋 copy color: '#330F40'

red 51 ◦ green 15 ◦ blue 64

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

Shades of Blackcurrant #330F40

Tints of Blackcurrant #330F40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 49.23%

R = 39.23%
G = 11.54%
B = 49.23%

CMYK

 C value IS 0.20

 M value IS 0.77

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#330F40 (or 0x330F40) is known color: Blackcurrant. HEX triplet: 33, 0F and 40. RGB value is (51,15,64). Sum of RGB (Red+Green+Blue) = 51+15+64=130 (17% of max value = 765). Red value is 51 (20.31% from 255 or 39.23% from 130); Green value is 15 (6.25% from 255 or 11.54% from 130); Blue value is 64 (25.39% from 255 or 49.23% from 130); Max value from RGB is 64 - color contains mainly: blue. Hex color #330F40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330F40 is #CCF0BF. Grayscale: #1F1F1F. Windows color (decimal): -13430976 or 4198195. OLE color: 4198195.

HSL color Cylindrical-coordinate representation of color #330F40: hue angle of 284.08º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #330F40 is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 51 15 64 -
CMYK 0.20 0.77 0 0.75
HSL 284.08º 0.62% 0.15% -
HSV(B) 284.08º 0.77% 0.25% -
XYZ 2.46 1.42 4.99 -
YUV 31.35 146.43 142.02 -
System Red Green Blue C M Y K H S L
Decimal 51 15 64 0.20 0.77 0 0.75 284.08 0.62 0.15
Hex 33 F 40 14 4D 0 4B 11C 3E F
Octal 63 17 100 24 115 0 113 434 76 17
Binary 110011 1111 1000000 10100 1001101 0 1001011 100011100 111110 1111

Color Harmonies of #330F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330F40

Black with #330F40

Text Example


Text Example

White with #330F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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