Html Css Color HEX #33203D Blackcurrant

📋 copy color: '#33203D'

red 51 ◦ green 32 ◦ blue 61

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

Shades of Blackcurrant #33203D

Tints of Blackcurrant #33203D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 22.22%

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

R = 35.42%
G = 22.22%
B = 42.36%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#33203D (or 0x33203D) is known color: Blackcurrant. HEX triplet: 33, 20 and 3D. RGB value is (51,32,61). Sum of RGB (Red+Green+Blue) = 51+32+61=144 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.42% from 144); Green value is 32 (12.89% from 255 or 22.22% from 144); Blue value is 61 (24.22% from 255 or 42.36% from 144); Max value from RGB is 61 - color contains mainly: blue. Hex color #33203D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33203D is #CCDFC2. Grayscale: #282828. Windows color (decimal): -13426627 or 4005939. OLE color: 4005939.

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

Color convert

RGB 51 32 61 -
CMYK 0.16 0.48 0 0.76
HSL 279.31º 0.31% 0.18% -
HSV(B) 279.31º 0.48% 0.24% -
XYZ 2.72 2.07 4.67 -
YUV 40.99 139.29 135.14 -
System Red Green Blue C M Y K H S L
Decimal 51 32 61 0.16 0.48 0 0.76 279.31 0.31 0.18
Hex 33 20 3D 10 30 0 4C 117 1F 12
Octal 63 40 75 20 60 0 114 427 37 22
Binary 110011 100000 111101 10000 110000 0 1001100 100010111 11111 10010

Color Harmonies of #33203D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33203D

Black with #33203D

Text Example


Text Example

White with #33203D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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