Html Css Color HEX #33004E Blackcurrant

📋 copy color: '#33004E'

red 51 ◦ green 0 ◦ blue 78

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

Shades of Blackcurrant #33004E

Tints of Blackcurrant #33004E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 78 (30.86% from 255) = 60.47%

R = 39.53%
G = 0%
B = 60.47%

CMYK

 C value IS 0.35

 M value IS 1

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#33004E (or 0x33004E) is known color: Blackcurrant. HEX triplet: 33, 00 and 4E. RGB value is (51,0,78). Sum of RGB (Red+Green+Blue) = 51+0+78=129 (17% of max value = 765). Red value is 51 (20.31% from 255 or 39.53% from 129); Green value is 0 (0.39% from 255 or 0% from 129); Blue value is 78 (30.86% from 255 or 60.47% from 129); Max value from RGB is 78 - color contains mainly: blue. Hex color #33004E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33004E is #CCFFB1. Grayscale: #171717. Windows color (decimal): -13434802 or 5111859. OLE color: 5111859.

HSL color Cylindrical-coordinate representation of color #33004E: hue angle of 279.23º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #33004E is Cyan = 0.35, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 51 0 78 -
CMYK 0.35 1 0 0.69
HSL 279.23º 1% 0.15% -
HSV(B) 279.23º 1% 0.31% -
XYZ 2.74 1.25 7.31 -
YUV 24.14 158.4 147.16 -
System Red Green Blue C M Y K H S L
Decimal 51 0 78 0.35 1 0 0.69 279.23 1 0.15
Hex 33 0 4E 23 64 0 45 117 64 F
Octal 63 0 116 43 144 0 105 427 144 17
Binary 110011 0 1001110 100011 1100100 0 1000101 100010111 1100100 1111

Color Harmonies of #33004E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33004E

Black with #33004E

Text Example


Text Example

White with #33004E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33004E; }

 p { color: rgb(51,0,78); }

 H1.HeaderClassName
 {
   color: #33004E;
 }
 .AnyTagClassName
 {
   color: #33004E;
 }
</style>

background-color css

<style>
 a { background-color: #33004E; }

 a { background-color: rgb(51,0,78); }

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

border-color css

<style>
 span { border-color: #33004E; }

 span { border-color: rgb(51,0,78); }

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