Html Css Color HEX #333023 Graphite

📋 copy color: '#333023'

red 51 ◦ green 48 ◦ blue 35

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

Shades of Graphite #333023

Tints of Graphite #333023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 26.12%

R = 38.06%
G = 35.82%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.31

 K value IS 0.8

RGB Variations

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

Color information

#333023 (or 0x333023) is known color: Graphite. HEX triplet: 33, 30 and 23. RGB value is (51,48,35). Sum of RGB (Red+Green+Blue) = 51+48+35=134 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.06% from 134); Green value is 48 (19.14% from 255 or 35.82% from 134); Blue value is 35 (14.06% from 255 or 26.12% from 134); Max value from RGB is 51 - color contains mainly: red. Hex color #333023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333023 is #CCCFDC. Grayscale: #2F2F2F. Windows color (decimal): -13422557 or 2306099. OLE color: 2306099.

HSL color Cylindrical-coordinate representation of color #333023: hue angle of 48.75º degrees, saturation: 0.19, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #333023 is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 48 35 -
CMYK 0 0.06 0.31 0.8
HSL 48.75º 0.19% 0.17% -
HSV(B) 48.75º 0.31% 0.2% -
XYZ 2.73 2.94 2.01 -
YUV 47.42 120.99 130.56 -
System Red Green Blue C M Y K H S L
Decimal 51 48 35 0 0.06 0.31 0.8 48.75 0.19 0.17
Hex 33 30 23 0 6 1F 50 31 13 11
Octal 63 60 43 0 6 37 120 61 23 21
Binary 110011 110000 100011 0 110 11111 1010000 110001 10011 10001

Color Harmonies of #333023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333023

Black with #333023

Text Example


Text Example

White with #333023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333023; }

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

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

background-color css

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

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

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

border-color css

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

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

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