Html Css Color HEX #330A45 Blackcurrant

📋 copy color: '#330A45'

red 51 ◦ green 10 ◦ blue 69

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

Shades of Blackcurrant #330A45

Tints of Blackcurrant #330A45

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.69%

 BLUE value IS 69 (27.34% from 255) = 53.08%

R = 39.23%
G = 7.69%
B = 53.08%

CMYK

 C value IS 0.26

 M value IS 0.86

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#330A45 (or 0x330A45) is known color: Blackcurrant. HEX triplet: 33, 0A and 45. RGB value is (51,10,69). Sum of RGB (Red+Green+Blue) = 51+10+69=130 (17% of max value = 765). Red value is 51 (20.31% from 255 or 39.23% from 130); Green value is 10 (4.30% from 255 or 7.69% from 130); Blue value is 69 (27.34% from 255 or 53.08% from 130); Max value from RGB is 69 - color contains mainly: blue. Hex color #330A45 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330A45 is #CCF5BA. Grayscale: #1C1C1C. Windows color (decimal): -13432251 or 4524595. OLE color: 4524595.

HSL color Cylindrical-coordinate representation of color #330A45: hue angle of 281.69º degrees, saturation: 0.75, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #330A45 is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 51 10 69 -
CMYK 0.26 0.86 0 0.73
HSL 281.69º 0.75% 0.15% -
HSV(B) 281.69º 0.86% 0.27% -
XYZ 2.55 1.35 5.76 -
YUV 28.99 150.58 143.7 -
System Red Green Blue C M Y K H S L
Decimal 51 10 69 0.26 0.86 0 0.73 281.69 0.75 0.15
Hex 33 A 45 1A 56 0 49 11A 4B F
Octal 63 12 105 32 126 0 111 432 113 17
Binary 110011 1010 1000101 11010 1010110 0 1001001 100011010 1001011 1111

Color Harmonies of #330A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330A45

Black with #330A45

Text Example


Text Example

White with #330A45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,10,69); }

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

background-color css

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

 a { background-color: rgb(51,10,69); }

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

border-color css

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

 span { border-color: rgb(51,10,69); }

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