Html Css Color HEX #343028 Creole

📋 copy color: '#343028'

red 52 ◦ green 48 ◦ blue 40

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

Shades of Creole #343028

Tints of Creole #343028

RGB

 RED value IS 52 (20.7% from 255) = 37.14%

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

 BLUE value IS 40 (16.02% from 255) = 28.57%

R = 37.14%
G = 34.29%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.23

 K value IS 0.80

RGB Variations

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

Color information

#343028 (or 0x343028) is known color: Creole. HEX triplet: 34, 30 and 28. RGB value is (52,48,40). Sum of RGB (Red+Green+Blue) = 52+48+40=140 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.14% from 140); Green value is 48 (19.14% from 255 or 34.29% from 140); Blue value is 40 (16.02% from 255 or 28.57% from 140); Max value from RGB is 52 - color contains mainly: red. Hex color #343028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343028 is #CBCFD7. Grayscale: #303030. Windows color (decimal): -13357016 or 2633780. OLE color: 2633780.

HSL color Cylindrical-coordinate representation of color #343028: hue angle of 40º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #343028 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 48 40 -
CMYK 0 0.08 0.23 0.80
HSL 40º 0.13% 0.18% -
HSV(B) 40º 0.23% 0.2% -
XYZ 2.86 3 2.44 -
YUV 48.28 123.33 130.65 -
System Red Green Blue C M Y K H S L
Decimal 52 48 40 0 0.08 0.23 0.80 40 0.13 0.18
Hex 34 30 28 0 8 17 50 28 D 12
Octal 64 60 50 0 10 27 120 50 15 22
Binary 110100 110000 101000 0 1000 10111 1010000 101000 1101 10010

Color Harmonies of #343028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343028

Black with #343028

Text Example


Text Example

White with #343028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343028; }

 p { color: rgb(52,48,40); }

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

background-color css

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

 a { background-color: rgb(52,48,40); }

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

border-color css

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

 span { border-color: rgb(52,48,40); }

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