Html Css Color HEX #330D4B Blackcurrant

📋 copy color: '#330D4B'

red 51 ◦ green 13 ◦ blue 75

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

Shades of Blackcurrant #330D4B

Tints of Blackcurrant #330D4B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.35%

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

R = 36.69%
G = 9.35%
B = 53.96%

CMYK

 C value IS 0.32

 M value IS 0.83

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#330D4B (or 0x330D4B) is known color: Blackcurrant. HEX triplet: 33, 0D and 4B. RGB value is (51,13,75). Sum of RGB (Red+Green+Blue) = 51+13+75=139 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.69% from 139); Green value is 13 (5.47% from 255 or 9.35% from 139); Blue value is 75 (29.69% from 255 or 53.96% from 139); Max value from RGB is 75 - color contains mainly: blue. Hex color #330D4B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330D4B is #CCF2B4. Grayscale: #1F1F1F. Windows color (decimal): -13431477 or 4918579. OLE color: 4918579.

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

Color convert

RGB 51 13 75 -
CMYK 0.32 0.83 0 0.71
HSL 276.77º 0.7% 0.17% -
HSV(B) 276.77º 0.83% 0.29% -
XYZ 2.78 1.5 6.8 -
YUV 31.43 152.59 141.96 -
System Red Green Blue C M Y K H S L
Decimal 51 13 75 0.32 0.83 0 0.71 276.77 0.7 0.17
Hex 33 D 4B 20 53 0 47 115 46 11
Octal 63 15 113 40 123 0 107 425 106 21
Binary 110011 1101 1001011 100000 1010011 0 1000111 100010101 1000110 10001

Color Harmonies of #330D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330D4B

Black with #330D4B

Text Example


Text Example

White with #330D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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