Html Css Color HEX #33013D Blackcurrant

📋 copy color: '#33013D'

red 51 ◦ green 1 ◦ blue 61

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

Shades of Blackcurrant #33013D

Tints of Blackcurrant #33013D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.88%

 BLUE value IS 61 (24.22% from 255) = 53.98%

R = 45.13%
G = 0.88%
B = 53.98%

CMYK

 C value IS 0.16

 M value IS 0.98

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#33013D (or 0x33013D) is known color: Blackcurrant. HEX triplet: 33, 01 and 3D. RGB value is (51,1,61). Sum of RGB (Red+Green+Blue) = 51+1+61=113 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.13% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 61 (24.22% from 255 or 53.98% from 113); Max value from RGB is 61 - color contains mainly: blue. Hex color #33013D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33013D is #CCFEC2. Grayscale: #161616. Windows color (decimal): -13434563 or 3998003. OLE color: 3998003.

HSL color Cylindrical-coordinate representation of color #33013D: hue angle of 290º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #33013D is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 51 1 61 -
CMYK 0.16 0.98 0 0.76
HSL 290º 0.97% 0.12% -
HSV(B) 290º 0.98% 0.24% -
XYZ 2.22 1.06 4.5 -
YUV 22.79 149.57 148.12 -
System Red Green Blue C M Y K H S L
Decimal 51 1 61 0.16 0.98 0 0.76 290 0.97 0.12
Hex 33 1 3D 10 62 0 4C 122 61 C
Octal 63 1 75 20 142 0 114 442 141 14
Binary 110011 1 111101 10000 1100010 0 1001100 100100010 1100001 1100

Color Harmonies of #33013D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33013D

Black with #33013D

Text Example


Text Example

White with #33013D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33013D; }

 p { color: rgb(51,1,61); }

 H1.HeaderClassName
 {
   color: #33013D;
 }
 .AnyTagClassName
 {
   color: #33013D;
 }
</style>

background-color css

<style>
 a { background-color: #33013D; }

 a { background-color: rgb(51,1,61); }

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

border-color css

<style>
 span { border-color: #33013D; }

 span { border-color: rgb(51,1,61); }

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