Html Css Color HEX #330C4B Blackcurrant

📋 copy color: '#330C4B'

red 51 ◦ green 12 ◦ blue 75

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

Shades of Blackcurrant #330C4B

Tints of Blackcurrant #330C4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 54.35%

R = 36.96%
G = 8.7%
B = 54.35%

CMYK

 C value IS 0.32

 M value IS 0.84

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#330C4B (or 0x330C4B) is known color: Blackcurrant. HEX triplet: 33, 0C and 4B. RGB value is (51,12,75). Sum of RGB (Red+Green+Blue) = 51+12+75=138 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.96% from 138); Green value is 12 (5.08% from 255 or 8.70% from 138); Blue value is 75 (29.69% from 255 or 54.35% from 138); Max value from RGB is 75 - color contains mainly: blue. Hex color #330C4B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330C4B is #CCF3B4. Grayscale: #1E1E1E. Windows color (decimal): -13431733 or 4918323. OLE color: 4918323.

HSL color Cylindrical-coordinate representation of color #330C4B: hue angle of 277.14º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #330C4B is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 51 12 75 -
CMYK 0.32 0.84 0 0.71
HSL 277.14º 0.72% 0.17% -
HSV(B) 277.14º 0.84% 0.29% -
XYZ 2.77 1.47 6.8 -
YUV 30.84 152.92 142.38 -
System Red Green Blue C M Y K H S L
Decimal 51 12 75 0.32 0.84 0 0.71 277.14 0.72 0.17
Hex 33 C 4B 20 54 0 47 115 48 11
Octal 63 14 113 40 124 0 107 425 110 21
Binary 110011 1100 1001011 100000 1010100 0 1000111 100010101 1001000 10001

Color Harmonies of #330C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330C4B

Black with #330C4B

Text Example


Text Example

White with #330C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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