Html Css Color HEX #330C3D Blackcurrant

📋 copy color: '#330C3D'

red 51 ◦ green 12 ◦ blue 61

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

Shades of Blackcurrant #330C3D

Tints of Blackcurrant #330C3D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 9.68%

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

R = 41.13%
G = 9.68%
B = 49.19%

CMYK

 C value IS 0.16

 M value IS 0.80

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#330C3D (or 0x330C3D) is known color: Blackcurrant. HEX triplet: 33, 0C and 3D. RGB value is (51,12,61). Sum of RGB (Red+Green+Blue) = 51+12+61=124 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.13% from 124); Green value is 12 (5.08% from 255 or 9.68% from 124); Blue value is 61 (24.22% from 255 or 49.19% from 124); Max value from RGB is 61 - color contains mainly: blue. Hex color #330C3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330C3D is #CCF3C2. Grayscale: #1D1D1D. Windows color (decimal): -13431747 or 4000819. OLE color: 4000819.

HSL color Cylindrical-coordinate representation of color #330C3D: hue angle of 287.76º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #330C3D is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 51 12 61 -
CMYK 0.16 0.80 0 0.76
HSL 287.76º 0.67% 0.14% -
HSV(B) 287.76º 0.8% 0.24% -
XYZ 2.34 1.3 4.54 -
YUV 29.25 145.92 143.52 -
System Red Green Blue C M Y K H S L
Decimal 51 12 61 0.16 0.80 0 0.76 287.76 0.67 0.14
Hex 33 C 3D 10 50 0 4C 120 43 E
Octal 63 14 75 20 120 0 114 440 103 16
Binary 110011 1100 111101 10000 1010000 0 1001100 100100000 1000011 1110

Color Harmonies of #330C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330C3D

Black with #330C3D

Text Example


Text Example

White with #330C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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