Html Css Color HEX #33093A Blackcurrant

📋 copy color: '#33093A'

red 51 ◦ green 9 ◦ blue 58

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

Shades of Blackcurrant #33093A

Tints of Blackcurrant #33093A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.63%

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

R = 43.22%
G = 7.63%
B = 49.15%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#33093A (or 0x33093A) is known color: Blackcurrant. HEX triplet: 33, 09 and 3A. RGB value is (51,9,58). Sum of RGB (Red+Green+Blue) = 51+9+58=118 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.22% from 118); Green value is 9 (3.91% from 255 or 7.63% from 118); Blue value is 58 (23.05% from 255 or 49.15% from 118); Max value from RGB is 58 - color contains mainly: blue. Hex color #33093A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33093A is #CCF6C5. Grayscale: #1A1A1A. Windows color (decimal): -13432518 or 3803443. OLE color: 3803443.

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

Color convert

RGB 51 9 58 -
CMYK 0.12 0.84 0 0.77
HSL 291.43º 0.73% 0.13% -
HSV(B) 291.43º 0.84% 0.23% -
XYZ 2.23 1.2 4.12 -
YUV 27.14 145.41 145.02 -
System Red Green Blue C M Y K H S L
Decimal 51 9 58 0.12 0.84 0 0.77 291.43 0.73 0.13
Hex 33 9 3A C 54 0 4D 123 49 D
Octal 63 11 72 14 124 0 115 443 111 15
Binary 110011 1001 111010 1100 1010100 0 1001101 100100011 1001001 1101

Color Harmonies of #33093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33093A

Black with #33093A

Text Example


Text Example

White with #33093A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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