Html Css Color HEX #330F3D Blackcurrant

📋 copy color: '#330F3D'

red 51 ◦ green 15 ◦ blue 61

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

Shades of Blackcurrant #330F3D

Tints of Blackcurrant #330F3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 48.03%

R = 40.16%
G = 11.81%
B = 48.03%

CMYK

 C value IS 0.16

 M value IS 0.75

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#330F3D (or 0x330F3D) is known color: Blackcurrant. HEX triplet: 33, 0F and 3D. RGB value is (51,15,61). Sum of RGB (Red+Green+Blue) = 51+15+61=127 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.16% from 127); Green value is 15 (6.25% from 255 or 11.81% from 127); Blue value is 61 (24.22% from 255 or 48.03% from 127); Max value from RGB is 61 - color contains mainly: blue. Hex color #330F3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330F3D is #CCF0C2. Grayscale: #1E1E1E. Windows color (decimal): -13430979 or 4001587. OLE color: 4001587.

HSL color Cylindrical-coordinate representation of color #330F3D: hue angle of 286.96º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #330F3D is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 51 15 61 -
CMYK 0.16 0.75 0 0.76
HSL 286.96º 0.61% 0.15% -
HSV(B) 286.96º 0.75% 0.24% -
XYZ 2.38 1.38 4.56 -
YUV 31.01 144.93 142.26 -
System Red Green Blue C M Y K H S L
Decimal 51 15 61 0.16 0.75 0 0.76 286.96 0.61 0.15
Hex 33 F 3D 10 4B 0 4C 11F 3D F
Octal 63 17 75 20 113 0 114 437 75 17
Binary 110011 1111 111101 10000 1001011 0 1001100 100011111 111101 1111

Color Harmonies of #330F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330F3D

Black with #330F3D

Text Example


Text Example

White with #330F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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