Html Css Color HEX #33423F Firefly

📋 copy color: '#33423F'

red 51 ◦ green 66 ◦ blue 63

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

Shades of Firefly #33423F

Tints of Firefly #33423F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 36.67%

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

R = 28.33%
G = 36.67%
B = 35%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.05

 K value IS 0.74

RGB Variations

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

Color information

#33423F (or 0x33423F) is known color: Firefly. HEX triplet: 33, 42 and 3F. RGB value is (51,66,63). Sum of RGB (Red+Green+Blue) = 51+66+63=180 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.33% from 180); Green value is 66 (26.17% from 255 or 36.67% from 180); Blue value is 63 (25% from 255 or 35% from 180); Max value from RGB is 66 - color contains mainly: green. Hex color #33423F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33423F is #CCBDC0. Grayscale: #3D3D3D. Windows color (decimal): -13417921 or 4145715. OLE color: 4145715.

HSL color Cylindrical-coordinate representation of color #33423F: hue angle of 168º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #33423F is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.74.

Color convert

RGB 51 66 63 -
CMYK 0.23 0 0.05 0.74
HSL 168º 0.13% 0.23% -
HSV(B) 168º 0.23% 0.26% -
XYZ 4.21 4.96 5.44 -
YUV 61.17 129.03 120.74 -
System Red Green Blue C M Y K H S L
Decimal 51 66 63 0.23 0 0.05 0.74 168 0.13 0.23
Hex 33 42 3F 17 0 5 4A A8 D 17
Octal 63 102 77 27 0 5 112 250 15 27
Binary 110011 1000010 111111 10111 0 101 1001010 10101000 1101 10111

Color Harmonies of #33423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33423F

Black with #33423F

Text Example


Text Example

White with #33423F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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