Html Css Color HEX #33003F Blackcurrant

📋 copy color: '#33003F'

red 51 ◦ green 0 ◦ blue 63

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

Shades of Blackcurrant #33003F

Tints of Blackcurrant #33003F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 63 (25% from 255) = 55.26%

R = 44.74%
G = 0%
B = 55.26%

CMYK

 C value IS 0.19

 M value IS 1

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#33003F (or 0x33003F) is known color: Blackcurrant. HEX triplet: 33, 00 and 3F. RGB value is (51,0,63). Sum of RGB (Red+Green+Blue) = 51+0+63=114 (15% of max value = 765). Red value is 51 (20.31% from 255 or 44.74% from 114); Green value is 0 (0.39% from 255 or 0% from 114); Blue value is 63 (25% from 255 or 55.26% from 114); Max value from RGB is 63 - color contains mainly: blue. Hex color #33003F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33003F is #CCFFC0. Grayscale: #161616. Windows color (decimal): -13434817 or 4128819. OLE color: 4128819.

HSL color Cylindrical-coordinate representation of color #33003F: hue angle of 288.57º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #33003F is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 51 0 63 -
CMYK 0.19 1 0 0.75
HSL 288.57º 1% 0.12% -
HSV(B) 288.57º 1% 0.25% -
XYZ 2.26 1.06 4.79 -
YUV 22.43 150.9 148.38 -
System Red Green Blue C M Y K H S L
Decimal 51 0 63 0.19 1 0 0.75 288.57 1 0.12
Hex 33 0 3F 13 64 0 4B 121 64 C
Octal 63 0 77 23 144 0 113 441 144 14
Binary 110011 0 111111 10011 1100100 0 1001011 100100001 1100100 1100

Color Harmonies of #33003F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33003F

Black with #33003F

Text Example


Text Example

White with #33003F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33003F; }

 p { color: rgb(51,0,63); }

 H1.HeaderClassName
 {
   color: #33003F;
 }
 .AnyTagClassName
 {
   color: #33003F;
 }
</style>

background-color css

<style>
 a { background-color: #33003F; }

 a { background-color: rgb(51,0,63); }

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

border-color css

<style>
 span { border-color: #33003F; }

 span { border-color: rgb(51,0,63); }

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