Html Css Color HEX #333035 Blackcurrant

📋 copy color: '#333035'

red 51 ◦ green 48 ◦ blue 53

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

Shades of Blackcurrant #333035

Tints of Blackcurrant #333035

RGB

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

 GREEN value IS 48 (19.14% from 255) = 31.58%

 BLUE value IS 53 (21.09% from 255) = 34.87%

R = 33.55%
G = 31.58%
B = 34.87%

CMYK

 C value IS 0.04

 M value IS 0.09

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#333035 (or 0x333035) is known color: Blackcurrant. HEX triplet: 33, 30 and 35. RGB value is (51,48,53). Sum of RGB (Red+Green+Blue) = 51+48+53=152 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.55% from 152); Green value is 48 (19.14% from 255 or 31.58% from 152); Blue value is 53 (21.09% from 255 or 34.87% from 152); Max value from RGB is 53 - color contains mainly: blue. Hex color #333035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333035 is #CCCFCA. Grayscale: #313131. Windows color (decimal): -13422539 or 3485747. OLE color: 3485747.

HSL color Cylindrical-coordinate representation of color #333035: hue angle of 276º degrees, saturation: 0.05, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #333035 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 51 48 53 -
CMYK 0.04 0.09 0 0.79
HSL 276º 0.05% 0.2% -
HSV(B) 276º 0.09% 0.21% -
XYZ 3.06 3.07 3.8 -
YUV 49.47 129.99 129.09 -
System Red Green Blue C M Y K H S L
Decimal 51 48 53 0.04 0.09 0 0.79 276 0.05 0.2
Hex 33 30 35 4 9 0 4F 114 5 14
Octal 63 60 65 4 11 0 117 424 5 24
Binary 110011 110000 110101 100 1001 0 1001111 100010100 101 10100

Color Harmonies of #333035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333035

Black with #333035

Text Example


Text Example

White with #333035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333035; }

 p { color: rgb(51,48,53); }

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

background-color css

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

 a { background-color: rgb(51,48,53); }

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

border-color css

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

 span { border-color: rgb(51,48,53); }

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