Html Css Color HEX #33083D Blackcurrant

📋 copy color: '#33083D'

red 51 ◦ green 8 ◦ blue 61

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

Shades of Blackcurrant #33083D

Tints of Blackcurrant #33083D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.67%

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

R = 42.5%
G = 6.67%
B = 50.83%

CMYK

 C value IS 0.16

 M value IS 0.87

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#33083D (or 0x33083D) is known color: Blackcurrant. HEX triplet: 33, 08 and 3D. RGB value is (51,8,61). Sum of RGB (Red+Green+Blue) = 51+8+61=120 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.5% from 120); Green value is 8 (3.52% from 255 or 6.67% from 120); Blue value is 61 (24.22% from 255 or 50.83% from 120); Max value from RGB is 61 - color contains mainly: blue. Hex color #33083D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33083D is #CCF7C2. Grayscale: #1A1A1A. Windows color (decimal): -13432771 or 3999795. OLE color: 3999795.

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

Color convert

RGB 51 8 61 -
CMYK 0.16 0.87 0 0.76
HSL 288.68º 0.77% 0.14% -
HSV(B) 288.68º 0.87% 0.24% -
XYZ 2.29 1.21 4.53 -
YUV 26.9 147.25 145.19 -
System Red Green Blue C M Y K H S L
Decimal 51 8 61 0.16 0.87 0 0.76 288.68 0.77 0.14
Hex 33 8 3D 10 57 0 4C 121 4D E
Octal 63 10 75 20 127 0 114 441 115 16
Binary 110011 1000 111101 10000 1010111 0 1001100 100100001 1001101 1110

Color Harmonies of #33083D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33083D

Black with #33083D

Text Example


Text Example

White with #33083D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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