Html Css Color HEX #33033A Blackcurrant

📋 copy color: '#33033A'

red 51 ◦ green 3 ◦ blue 58

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

Shades of Blackcurrant #33033A

Tints of Blackcurrant #33033A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.68%

 BLUE value IS 58 (23.05% from 255) = 51.79%

R = 45.54%
G = 2.68%
B = 51.79%

CMYK

 C value IS 0.12

 M value IS 0.95

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#33033A (or 0x33033A) is known color: Blackcurrant. HEX triplet: 33, 03 and 3A. RGB value is (51,3,58). Sum of RGB (Red+Green+Blue) = 51+3+58=112 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.54% from 112); Green value is 3 (1.56% from 255 or 2.68% from 112); Blue value is 58 (23.05% from 255 or 51.79% from 112); Max value from RGB is 58 - color contains mainly: blue. Hex color #33033A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33033A is #CCFCC5. Grayscale: #171717. Windows color (decimal): -13434054 or 3801907. OLE color: 3801907.

HSL color Cylindrical-coordinate representation of color #33033A: hue angle of 292.36º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #33033A is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 51 3 58 -
CMYK 0.12 0.95 0 0.77
HSL 292.36º 0.9% 0.12% -
HSV(B) 292.36º 0.95% 0.23% -
XYZ 2.16 1.07 4.1 -
YUV 23.62 147.4 147.53 -
System Red Green Blue C M Y K H S L
Decimal 51 3 58 0.12 0.95 0 0.77 292.36 0.9 0.12
Hex 33 3 3A C 5F 0 4D 124 5A C
Octal 63 3 72 14 137 0 115 444 132 14
Binary 110011 11 111010 1100 1011111 0 1001101 100100100 1011010 1100

Color Harmonies of #33033A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33033A

Black with #33033A

Text Example


Text Example

White with #33033A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33033A; }

 p { color: rgb(51,3,58); }

 H1.HeaderClassName
 {
   color: #33033A;
 }
 .AnyTagClassName
 {
   color: #33033A;
 }
</style>

background-color css

<style>
 a { background-color: #33033A; }

 a { background-color: rgb(51,3,58); }

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

border-color css

<style>
 span { border-color: #33033A; }

 span { border-color: rgb(51,3,58); }

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