Html Css Color HEX #33054B Blackcurrant

📋 copy color: '#33054B'

red 51 ◦ green 5 ◦ blue 75

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

Shades of Blackcurrant #33054B

Tints of Blackcurrant #33054B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.82%

 BLUE value IS 75 (29.69% from 255) = 57.25%

R = 38.93%
G = 3.82%
B = 57.25%

CMYK

 C value IS 0.32

 M value IS 0.93

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#33054B (or 0x33054B) is known color: Blackcurrant. HEX triplet: 33, 05 and 4B. RGB value is (51,5,75). Sum of RGB (Red+Green+Blue) = 51+5+75=131 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.93% from 131); Green value is 5 (2.34% from 255 or 3.82% from 131); Blue value is 75 (29.69% from 255 or 57.25% from 131); Max value from RGB is 75 - color contains mainly: blue. Hex color #33054B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33054B is #CCFAB4. Grayscale: #1A1A1A. Windows color (decimal): -13433525 or 4916531. OLE color: 4916531.

HSL color Cylindrical-coordinate representation of color #33054B: hue angle of 279.43º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #33054B is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 51 5 75 -
CMYK 0.32 0.93 0 0.71
HSL 279.43º 0.88% 0.16% -
HSV(B) 279.43º 0.93% 0.29% -
XYZ 2.69 1.32 6.77 -
YUV 26.73 155.24 145.31 -
System Red Green Blue C M Y K H S L
Decimal 51 5 75 0.32 0.93 0 0.71 279.43 0.88 0.16
Hex 33 5 4B 20 5D 0 47 117 58 10
Octal 63 5 113 40 135 0 107 427 130 20
Binary 110011 101 1001011 100000 1011101 0 1000111 100010111 1011000 10000

Color Harmonies of #33054B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33054B

Black with #33054B

Text Example


Text Example

White with #33054B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33054B; }

 p { color: rgb(51,5,75); }

 H1.HeaderClassName
 {
   color: #33054B;
 }
 .AnyTagClassName
 {
   color: #33054B;
 }
</style>

background-color css

<style>
 a { background-color: #33054B; }

 a { background-color: rgb(51,5,75); }

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

border-color css

<style>
 span { border-color: #33054B; }

 span { border-color: rgb(51,5,75); }

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